mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
cppparser: Fix missing includes.
This commit is contained in:
parent
5cfe2b89e7
commit
d28608aed1
@ -17,6 +17,7 @@
|
||||
#include "cppType.h"
|
||||
#include "cppSimpleType.h"
|
||||
#include "cppPointerType.h"
|
||||
#include "cppEnumType.h"
|
||||
#include "cppConstType.h"
|
||||
#include "cppArrayType.h"
|
||||
#include "cppPreprocessor.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "cppArrayType.h"
|
||||
#include "cppConstType.h"
|
||||
#include "cppFunctionType.h"
|
||||
#include "cppSimpleType.h"
|
||||
#include "cppParameterList.h"
|
||||
#include "cppIdentifier.h"
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "cppPreprocessor.h"
|
||||
#include "cppTemplateScope.h"
|
||||
#include "cppClassTemplateParameter.h"
|
||||
#include "cppConstType.h"
|
||||
#include "cppFunctionType.h"
|
||||
#include "cppUsing.h"
|
||||
#include "cppBisonDefs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user