mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
general: Fix missing includes on Windows.
This commit is contained in:
parent
89d63e7d84
commit
f56dfb6196
@ -16,6 +16,7 @@
|
||||
#include "wglGraphicsPipe.h"
|
||||
#include "config_wgldisplay.h"
|
||||
#include "glgsg.h"
|
||||
#include "wglGraphicsStateGuardian.h"
|
||||
#include "pStatTimer.h"
|
||||
|
||||
#include <wingdi.h>
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "config_windisplay.h"
|
||||
#include "wglGraphicsWindow.h"
|
||||
#include "wglGraphicsBuffer.h"
|
||||
#include "wglGraphicsStateGuardian.h"
|
||||
|
||||
typedef enum {Software, MCD, ICD} OGLDriverType;
|
||||
|
||||
|
@ -13,7 +13,9 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "wglGraphicsStateGuardian.h"
|
||||
#include "config_wgldisplay.h"
|
||||
#include "wglGraphicsBuffer.h"
|
||||
#include "wglGraphicsPipe.h"
|
||||
#include "string_utils.h"
|
||||
|
||||
TypeHandle wglGraphicsStateGuardian::_type_handle;
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "wglGraphicsPipe.h"
|
||||
#include "pStatTimer.h"
|
||||
#include "glgsg.h"
|
||||
#include "wglGraphicsStateGuardian.h"
|
||||
|
||||
#include <wingdi.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user