Browse Source

interrogate: Fix missing header to fix non-unity build

rdb 1 year ago
parent
commit
5cad92cd56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/interrogate/interfaceMakerPythonNative.cxx

+ 1 - 0
dtool/src/interrogate/interfaceMakerPythonNative.cxx

@@ -32,6 +32,7 @@
 #include "cppStructType.h"
 #include "cppExpression.h"
 #include "cppParameterList.h"
+#include "cppReferenceType.h"
 #include "lineStream.h"
 
 #include <algorithm>