From f5d86035f285816f174de6d0b14833f5b48d048b Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 24 Jan 2008 07:31:59 -0500 Subject: [PATCH] COMP: Add include of to get USHRT_MAX constant. --- Source/CPack/cmCPackDebGenerator.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx index efe543ab9..2a9d22247 100644 --- a/Source/CPack/cmCPackDebGenerator.cxx +++ b/Source/CPack/cmCPackDebGenerator.cxx @@ -24,6 +24,8 @@ #include #include +#include // USHRT_MAX + // NOTE: // A debian package .deb is simply an 'ar' archive. The only subtle difference // is that debian uses the BSD ar style archive whereas most Linux distro have