diff --git a/panda/src/display/display_composite2.cxx b/panda/src/display/display_composite2.cxx index 13fa5fc158..543baae355 100644 --- a/panda/src/display/display_composite2.cxx +++ b/panda/src/display/display_composite2.cxx @@ -10,5 +10,8 @@ #include "stencilRenderStates.cxx" #include "stereoDisplayRegion.cxx" #include "subprocessWindow.cxx" +#ifdef IS_OSX +#include "subprocessWindowBuffer.cxx" +#endif #include "windowHandle.cxx" #include "windowProperties.cxx"