From Torben Dannhauer, VisualStudio 2013 build fixes

This commit is contained in:
Robert Osfield
2014-01-24 16:24:59 +00:00
parent 69fd9d7530
commit 684b4d8bf5
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
#include <osg/io_utils> // just for debugging
#include <algorithm>
using namespace std;
using namespace osg;

View File

@@ -15,6 +15,8 @@
#include <iostream>
#include <osg/Notify>
#include <algorithm>
#define FNT_BYTE_FORMAT 0
#define FNT_BITMAP_FORMAT 1