From b1852757b55ebccbabd03dd0cb5acaca612fc8fa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 5 Jan 2015 17:39:44 +0000 Subject: [PATCH] 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 --- src/osgPlugins/stl/ReaderWriterSTL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/stl/ReaderWriterSTL.cpp b/src/osgPlugins/stl/ReaderWriterSTL.cpp index b748492e5..4b2648e95 100644 --- a/src/osgPlugins/stl/ReaderWriterSTL.cpp +++ b/src/osgPlugins/stl/ReaderWriterSTL.cpp @@ -43,6 +43,7 @@ #include #include +#include #include