Centralized the calling of #include <stdint.h> and VS fallback into include/osg/Types header

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14376 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-07-21 16:36:47 +00:00
parent d3945d5210
commit 3b23b474dc
5 changed files with 36 additions and 37 deletions

View File

@@ -14,6 +14,7 @@
#include <osg/CoordinateSystemNode>
#include <osg/Switch>
#include <osg/Types>
#include <osgText/Text>
#include <osgViewer/Viewer>
@@ -31,7 +32,6 @@
#include <osgGA/Device>
#include <iostream>
#include <stdint.h>
#include <osg/GLExtensions>