Browse Source

general: Fix missing includes.

Sam Edwards 9 năm trước cách đây
mục cha
commit
2933b8ed39

+ 1 - 0
dtool/src/cppparser/cppEnumType.h

@@ -16,6 +16,7 @@
 
 
 #include "dtoolbase.h"
 #include "dtoolbase.h"
 
 
+#include "cppBisonDefs.h"
 #include "cppExtensionType.h"
 #include "cppExtensionType.h"
 
 
 #include <vector>
 #include <vector>

+ 1 - 0
dtool/src/cppparser/cppScope.cxx

@@ -18,6 +18,7 @@
 #include "cppTypedefType.h"
 #include "cppTypedefType.h"
 #include "cppTypeDeclaration.h"
 #include "cppTypeDeclaration.h"
 #include "cppExtensionType.h"
 #include "cppExtensionType.h"
+#include "cppEnumType.h"
 #include "cppInstance.h"
 #include "cppInstance.h"
 #include "cppInstanceIdentifier.h"
 #include "cppInstanceIdentifier.h"
 #include "cppIdentifier.h"
 #include "cppIdentifier.h"

+ 2 - 0
dtool/src/cppparser/cppTypedefType.cxx

@@ -14,6 +14,8 @@
 #include "cppTypedefType.h"
 #include "cppTypedefType.h"
 #include "cppIdentifier.h"
 #include "cppIdentifier.h"
 #include "cppInstanceIdentifier.h"
 #include "cppInstanceIdentifier.h"
+#include "cppTemplateScope.h"
+#include "indent.h"
 
 
 /**
 /**
  *
  *

+ 1 - 0
panda/src/gobj/matrixLens.cxx

@@ -14,6 +14,7 @@
 #include "matrixLens.h"
 #include "matrixLens.h"
 #include "indent.h"
 #include "indent.h"
 #include "bamReader.h"
 #include "bamReader.h"
+#include "bamWriter.h"
 
 
 TypeHandle MatrixLens::_type_handle;
 TypeHandle MatrixLens::_type_handle;
 
 

+ 2 - 0
panda/src/movies/flacAudioCursor.cxx

@@ -12,7 +12,9 @@
  */
  */
 
 
 #include "flacAudioCursor.h"
 #include "flacAudioCursor.h"
+#include "flacAudio.h"
 #include "virtualFileSystem.h"
 #include "virtualFileSystem.h"
+#include "config_movies.h"
 
 
 #define DR_FLAC_IMPLEMENTATION
 #define DR_FLAC_IMPLEMENTATION
 #define DR_FLAC_NO_STDIO
 #define DR_FLAC_NO_STDIO

+ 2 - 0
panda/src/nativenet/socket_address.I

@@ -11,6 +11,8 @@
  * @date 2014-10-19
  * @date 2014-10-19
  */
  */
 
 
+#include "pnotify.h"
+
 /**
 /**
  * Constructor that lets us set a port value
  * Constructor that lets us set a port value
  */
  */

+ 1 - 0
panda/src/pgraphnodes/sphereLight.h

@@ -17,6 +17,7 @@
 #include "pandabase.h"
 #include "pandabase.h"
 
 
 #include "lightLensNode.h"
 #include "lightLensNode.h"
+#include "pointLight.h"
 
 
 /**
 /**
  * A sphere light is like a point light, except that it represents a sphere
  * A sphere light is like a point light, except that it represents a sphere