Andy Cedilnik 22 gadi atpakaļ
vecāks
revīzija
2ccce878a3

+ 2 - 0
Source/cmCPluginAPI.cxx

@@ -22,6 +22,8 @@
 #include "cmMakefile.h"
 #include "cmCPluginAPI.h"
 
+#include "cmSourceFile.h"
+
 extern "C" 
 {
   

+ 2 - 0
Source/cmFLTKWrapUICommand.cxx

@@ -16,6 +16,8 @@
 =========================================================================*/
 #include "cmFLTKWrapUICommand.h"
 
+#include "cmSourceFile.h"
+
 // cmFLTKWrapUICommand
 bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
 {

+ 2 - 0
Source/cmGetCMakePropertyCommand.cxx

@@ -16,6 +16,8 @@
 =========================================================================*/
 #include "cmGetCMakePropertyCommand.h"
 
+#include "cmake.h"
+
 // cmGetCMakePropertyCommand
 bool cmGetCMakePropertyCommand::InitialPass(
   std::vector<std::string> const& args)

+ 2 - 0
Source/cmGetSourceFilePropertyCommand.cxx

@@ -16,6 +16,8 @@
 =========================================================================*/
 #include "cmGetSourceFilePropertyCommand.h"
 
+#include "cmSourceFile.h"
+
 // cmSetSourceFilePropertyCommand
 bool cmGetSourceFilePropertyCommand::InitialPass(
   std::vector<std::string> const& args)

+ 2 - 0
Source/cmLoadCacheCommand.h

@@ -17,6 +17,8 @@
 #ifndef cmLoadCacheCommand_h
 #define cmLoadCacheCommand_h
 
+#include "cmCommand.h"
+
 /** \class cmLoadCacheCommand
  * \brief load a cache file
  *

+ 1 - 0
Source/cmOutputRequiredFilesCommand.h

@@ -18,6 +18,7 @@
 #define cmOutputRequiredFilesCommand_h
 
 #include "cmCommand.h"
+#include "cmMakeDepend.h"
 
 /** \class cmOutputRequiredFilesCommand
  * \brief Output a list of required files for a source file

+ 2 - 0
Source/cmQTWrapCPPCommand.h

@@ -19,6 +19,8 @@
 
 #include "cmCommand.h"
 
+#include "cmSourceFile.h"
+
 /** \class cmQTWrapCPPCommand
  * \brief Create moc file rules for QT classes
  *

+ 2 - 0
Source/cmQTWrapUICommand.h

@@ -19,6 +19,8 @@
 
 #include "cmCommand.h"
 
+#include "cmSourceFile.h"
+
 /** \class cmQTWrapUICommand
  * \brief Create .h and .cxx files rules for QT user interfaces files
  *

+ 2 - 0
Source/cmSetSourceFilesPropertiesCommand.cxx

@@ -16,6 +16,8 @@
 =========================================================================*/
 #include "cmSetSourceFilesPropertiesCommand.h"
 
+#include "cmSourceFile.h"
+
 // cmSetSourceFilesPropertiesCommand
 bool cmSetSourceFilesPropertiesCommand::InitialPass(
   std::vector<std::string> const& args)

+ 3 - 0
Source/cmSourceFilesCommand.cxx

@@ -15,6 +15,9 @@
 
 =========================================================================*/
 #include "cmSourceFilesCommand.h"
+
+#include "cmSourceFile.h"
+
 #include <stdlib.h> // required for atof
 
 bool cmSourceFilesCommand::IsDeprecated(int major, int minor)

+ 2 - 0
Source/cmUseMangledMesaCommand.h

@@ -19,6 +19,8 @@
 
 #include "cmCommand.h"
 
+#include "cmSourceFile.h"
+
 /** \class cmUseMangledMesaCommand
  * \brief Create Tcl Wrappers for VTK classes.
  *

+ 2 - 0
Source/cmVTKMakeInstantiatorCommand.cxx

@@ -15,8 +15,10 @@
 
 =========================================================================*/
 #include "cmVTKMakeInstantiatorCommand.h"
+
 #include "cmCacheManager.h"
 #include "cmGeneratedFileStream.h"
+#include "cmSourceFile.h"
 
 bool
 cmVTKMakeInstantiatorCommand

+ 2 - 0
Source/cmVTKWrapJavaCommand.h

@@ -19,6 +19,8 @@
 
 #include "cmCommand.h"
 
+#include "cmSourceFile.h"
+
 /** \class cmVTKWrapJavaCommand
  * \brief Create Java Language bindings for classes
  *

+ 2 - 0
Source/cmVTKWrapPythonCommand.h

@@ -19,6 +19,8 @@
 
 #include "cmCommand.h"
 
+#include "cmSourceFile.h"
+
 /** \class cmVTKWrapPythonCommand
  * \brief Create Python Language bindings for classes
  *

+ 2 - 0
Source/cmVTKWrapTclCommand.h

@@ -19,6 +19,8 @@
 
 #include "cmCommand.h"
 
+#include "cmSourceFile.h"
+
 /** \class cmVTKWrapTclCommand
  * \brief Create Tcl Wrappers for VTK classes.
  *

+ 3 - 0
Source/cmWrapExcludeFilesCommand.cxx

@@ -15,6 +15,9 @@
 
 =========================================================================*/
 #include "cmWrapExcludeFilesCommand.h"
+
+#include "cmSourceFile.h"
+
 #include <stdlib.h> // required for atof
 
 // cmWrapExcludeFilesCommand