From 7761129f9b9ebe32f9362390345cd7f7556bc7a9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Jan 2008 21:07:03 +0000 Subject: [PATCH] From Andy Skinner, build fixes for Solaris. --- examples/osgdepthpeeling/DePee.cpp | 2 ++ examples/osgdepthpeeling/Utility.cpp | 1 + examples/osghangglide/GliderManipulator.cpp | 2 ++ 3 files changed, 5 insertions(+) diff --git a/examples/osgdepthpeeling/DePee.cpp b/examples/osgdepthpeeling/DePee.cpp index 34328688d..059e74363 100644 --- a/examples/osgdepthpeeling/DePee.cpp +++ b/examples/osgdepthpeeling/DePee.cpp @@ -9,6 +9,8 @@ #include "DePee.h" +#include + #include #include #include diff --git a/examples/osgdepthpeeling/Utility.cpp b/examples/osgdepthpeeling/Utility.cpp index 57baf8a9b..319024294 100644 --- a/examples/osgdepthpeeling/Utility.cpp +++ b/examples/osgdepthpeeling/Utility.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include diff --git a/examples/osghangglide/GliderManipulator.cpp b/examples/osghangglide/GliderManipulator.cpp index ad2222d9f..0d1aa4d67 100644 --- a/examples/osghangglide/GliderManipulator.cpp +++ b/examples/osghangglide/GliderManipulator.cpp @@ -16,6 +16,8 @@ * THE SOFTWARE. */ +#include + #include "GliderManipulator.h" #include