mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
general: Fix missing includes.
This commit is contained in:
parent
6259feb934
commit
573dad8dde
@ -28,6 +28,7 @@
|
||||
#include "cppTemplateScope.h"
|
||||
#include "cppClassTemplateParameter.h"
|
||||
#include "cppFunctionType.h"
|
||||
#include "cppConstType.h"
|
||||
#include "cppUsing.h"
|
||||
#include "cppBisonDefs.h"
|
||||
#include "indent.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "cppStructType.h"
|
||||
#include "cppTypedefType.h"
|
||||
#include "cppReferenceType.h"
|
||||
#include "cppScope.h"
|
||||
#include "cppTypeProxy.h"
|
||||
#include "cppTemplateScope.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "cppPointerType.h"
|
||||
#include "cppReferenceType.h"
|
||||
#include "cppStructType.h"
|
||||
#include "cppTypedefType.h"
|
||||
#include "cppExtensionType.h"
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "save_egg_file.h"
|
||||
#include "eggSaver.h"
|
||||
#include "config_egg2pg.h"
|
||||
#include "modelRoot.h"
|
||||
#include "sceneGraphReducer.h"
|
||||
#include "virtualFileSystem.h"
|
||||
#include "config_util.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user