From 12702367156f3e8c511141d1d7759c9773cc5849 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 24 Jan 2014 16:24:59 +0000 Subject: [PATCH] From Torben Dannhauer, VisualStudio 2013 build fixes --- src/osgPlugins/dxf/dxfEntity.cpp | 2 ++ src/osgPlugins/txf/TXFFont.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/osgPlugins/dxf/dxfEntity.cpp b/src/osgPlugins/dxf/dxfEntity.cpp index 926475868..896e1e131 100644 --- a/src/osgPlugins/dxf/dxfEntity.cpp +++ b/src/osgPlugins/dxf/dxfEntity.cpp @@ -18,6 +18,8 @@ #include // just for debugging +#include + using namespace std; using namespace osg; diff --git a/src/osgPlugins/txf/TXFFont.cpp b/src/osgPlugins/txf/TXFFont.cpp index d3cb974c9..bcdb7e45c 100644 --- a/src/osgPlugins/txf/TXFFont.cpp +++ b/src/osgPlugins/txf/TXFFont.cpp @@ -15,6 +15,8 @@ #include #include +#include + #define FNT_BYTE_FORMAT 0 #define FNT_BITMAP_FORMAT 1