fix for windows build prob

This commit is contained in:
David Rose 2001-08-07 03:32:20 +00:00
parent 0e5a871439
commit 00235c4147

View File

@ -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>