zzogl-pg: Add some includes in ZZoglShaders for Windows.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3794 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-09-17 20:41:17 +00:00
parent 47cf781130
commit 8c552f4f2e
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@
#include "ZZoglShaders.h"
#include "zpipe.h"
#ifdef _WIN32
# include "Win32.h"
extern HINSTANCE hInst;
#endif
// ----------------- Defines
using namespace ZeroGS;