From 0c4648e027f7716ba28c6307dca0ac4c71b2856c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 10 Dec 2007 10:16:13 +0000 Subject: [PATCH] Added include to fix compile errors under gcc 4.3 --- src/osg/DisplaySettings.cpp | 1 + src/osg/Image.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/osg/DisplaySettings.cpp b/src/osg/DisplaySettings.cpp index 2bc9466fd..8f4851b8d 100644 --- a/src/osg/DisplaySettings.cpp +++ b/src/osg/DisplaySettings.cpp @@ -17,6 +17,7 @@ #include #include +#include using namespace osg; using namespace std; diff --git a/src/osg/Image.cpp b/src/osg/Image.cpp index 271a9b807..4c3931c95 100644 --- a/src/osg/Image.cpp +++ b/src/osg/Image.cpp @@ -24,6 +24,8 @@ #include #include +#include + #include "dxtctool.h" using namespace osg;