[Cmake-commits] [cmake-commits] david.cole committed cmCPackGenerator.h 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jun 17 12:09:44 EDT 2008
Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv28759
Modified Files:
cmCPackGenerator.h
Log Message:
COMP: Include full class definitions of classes used in std::map data members.
Index: cmCPackGenerator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackGenerator.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** cmCPackGenerator.h 17 Jun 2008 15:39:25 -0000 1.3
--- cmCPackGenerator.h 17 Jun 2008 16:09:42 -0000 1.4
***************
*** 23,26 ****
--- 23,30 ----
#include <vector>
+ #include "cmCPackComponentGroup.h" // cmCPackComponent and friends
+ // Forward declarations are insufficient since we use them in
+ // std::map data members below...
+
#define cmCPackTypeMacro(class, superclass) \
cmTypeMacro(class, superclass); \
***************
*** 47,53 ****
class cmMakefile;
class cmCPackLog;
- class cmCPackInstallationType;
- class cmCPackComponent;
- class cmCPackComponentGroup;
/** \class cmCPackGenerator
--- 51,54 ----
More information about the Cmake-commits
mailing list