Procházet zdrojové kódy

drawable region update for debug

Zachary Pavlov před 19 roky
rodič
revize
180b24543a

+ 2 - 0
panda/src/display/drawableRegion.h

@@ -22,6 +22,7 @@
 #include "pandabase.h"
 #include "luse.h"
 #include "renderBuffer.h"
+#include "typedWritableReferenceCount.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : DrawableRegion
@@ -86,6 +87,7 @@ private:
   Colorf _clear_color;
   float _clear_depth;
   unsigned int _clear_stencil;
+
 };
 
 #include "drawableRegion.I"

+ 1 - 0
panda/src/display/graphicsEngine.cxx

@@ -45,6 +45,7 @@
 
 #if defined(WIN32)
   #define WINDOWS_LEAN_AND_MEAN
+  #include <WinSock2.h>
   #include <wtypes.h>
   #undef WINDOWS_LEAN_AND_MEAN  
 #else