From Andy Skinner, addition of standard c library includes to avoid issues with using STLport on some platforms.

This commit is contained in:
Robert Osfield
2007-07-23 20:10:13 +00:00
parent 952e644016
commit 9394238720
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <limits.h>
#include <osgDB/FileNameUtils>
#ifdef WIN32

View File

@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/* trpage_swap.h
Byte swapping utility functions.