From Jason Beverage, "Here is a fix to the STL plugin that fixes build errors introduced in the last commit. It's just a simple addition of the stdint.h header."

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14644 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-01-05 17:39:44 +00:00
parent ace32ebe6c
commit b1852757b5

View File

@@ -43,6 +43,7 @@
#include <sys/stat.h>
#include <string.h>
#include <stdint.h>
#include <memory>