From 02829b34cb24adb54a3e90179b525e9cc4e67471 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Fri, 17 Jan 2003 03:20:36 +0000 Subject: [PATCH] fix multiproc build break --- panda/src/dxgsg8/dxgsg8_composite1.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/dxgsg8/dxgsg8_composite1.cxx b/panda/src/dxgsg8/dxgsg8_composite1.cxx index 5ad1814a9f..23f86b4071 100644 --- a/panda/src/dxgsg8/dxgsg8_composite1.cxx +++ b/panda/src/dxgsg8/dxgsg8_composite1.cxx @@ -1,7 +1,8 @@ +#include "wdxGraphicsWindow8.cxx" #include "config_dxgsg8.cxx" #include "dxSavedFrameBuffer8.cxx" #include "dxTextureContext8.cxx" #include "dxGeomNodeContext8.cxx" #include "d3dfont8.cxx" #include "wdxGraphicsPipe8.cxx" -#include "wdxGraphicsWindow8.cxx" +