From 5cad92cd56e21c8c57aeeecdb9aa0eab9285ddd0 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 29 Mar 2024 20:57:12 +0100 Subject: [PATCH] interrogate: Fix missing header to fix non-unity build --- dtool/src/interrogate/interfaceMakerPythonNative.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/dtool/src/interrogate/interfaceMakerPythonNative.cxx b/dtool/src/interrogate/interfaceMakerPythonNative.cxx index d10722f68a..632e49c125 100644 --- a/dtool/src/interrogate/interfaceMakerPythonNative.cxx +++ b/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