From 442f58986d6b445c8b16278d89df7c3acde68f8b Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 18 Oct 2014 16:08:10 -0700 Subject: [PATCH] include: Fix a couple more missing includes... --- dtool/src/cppparser/cppMakeProperty.h | 1 + dtool/src/interrogatedb/interrogateElement.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/dtool/src/cppparser/cppMakeProperty.h b/dtool/src/cppparser/cppMakeProperty.h index 816f9d4958..8fecfc071c 100644 --- a/dtool/src/cppparser/cppMakeProperty.h +++ b/dtool/src/cppparser/cppMakeProperty.h @@ -18,6 +18,7 @@ #include "dtoolbase.h" #include "cppDeclaration.h" +#include "cppIdentifier.h" /////////////////////////////////////////////////////////////////// // Class : CPPMakeProperty diff --git a/dtool/src/interrogatedb/interrogateElement.cxx b/dtool/src/interrogatedb/interrogateElement.cxx index 1c74a208d6..8dff1f4251 100644 --- a/dtool/src/interrogatedb/interrogateElement.cxx +++ b/dtool/src/interrogatedb/interrogateElement.cxx @@ -13,6 +13,7 @@ //////////////////////////////////////////////////////////////////// #include "interrogateElement.h" +#include "interrogateDatabase.h" #include "indexRemapper.h" #include "interrogate_datafile.h"