mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix for windows build prob
This commit is contained in:
parent
0e5a871439
commit
00235c4147
@ -25,6 +25,10 @@
|
||||
#include <pnmReader.h>
|
||||
#include <pnmWriter.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h> // we need to include this before jpeglib.
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include <jpeglib.h>
|
||||
#include <setjmp.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user