浏览代码

drose: compile in multiproc environment

Chris Brunner 20 年之前
父节点
当前提交
d9fac9bcb7
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      panda/src/dxgsg9/wdxGraphicsBuffer9.cxx
  2. 1 1
      panda/src/dxgsg9/wdxGraphicsBuffer9.h

+ 1 - 0
panda/src/dxgsg9/wdxGraphicsBuffer9.cxx

@@ -18,6 +18,7 @@
 
 
 #include "wdxGraphicsPipe9.h"
 #include "wdxGraphicsPipe9.h"
 #include "wdxGraphicsBuffer9.h"
 #include "wdxGraphicsBuffer9.h"
+#include "dxGraphicsStateGuardian9.h"
 #include "pStatTimer.h"
 #include "pStatTimer.h"
 
 
 
 

+ 1 - 1
panda/src/dxgsg9/wdxGraphicsBuffer9.h

@@ -22,7 +22,7 @@
 #include "pandabase.h"
 #include "pandabase.h"
 #include "graphicsBuffer.h"
 #include "graphicsBuffer.h"
 #include "dxgsg9base.h"
 #include "dxgsg9base.h"
-
+#include "dxTextureContext9.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //       Class : wdxGraphicsBuffer9
 //       Class : wdxGraphicsBuffer9