Fix for compile oddities on an Octane with old zlib headers hanging around,

change is non intrusive.
This commit is contained in:
Robert Osfield
2003-07-15 16:20:50 +00:00
parent ee2039fa0c
commit c8e7f04200

View File

@@ -10,6 +10,7 @@ using namespace osg;
extern "C"
{
#include <zlib.h>
#include <png.h>
}