From 21ea5a55a8c2c1e8e89ff6a8ad324ec632fee96d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 8 Apr 2005 09:51:56 +0000 Subject: [PATCH] Added #include --- examples/osgoccluder/osgoccluder.cpp | 1 + examples/osgpick/osgpick.cpp | 1 + examples/osgunittests/osgunittests.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/osgoccluder/osgoccluder.cpp b/examples/osgoccluder/osgoccluder.cpp index 0e093a2e4..730a56b69 100644 --- a/examples/osgoccluder/osgoccluder.cpp +++ b/examples/osgoccluder/osgoccluder.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include diff --git a/examples/osgpick/osgpick.cpp b/examples/osgpick/osgpick.cpp index b4c7268f5..012af5f25 100644 --- a/examples/osgpick/osgpick.cpp +++ b/examples/osgpick/osgpick.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include diff --git a/examples/osgunittests/osgunittests.cpp b/examples/osgunittests/osgunittests.cpp index 4de89227d..fcb1a5d83 100644 --- a/examples/osgunittests/osgunittests.cpp +++ b/examples/osgunittests/osgunittests.cpp @@ -4,6 +4,7 @@ #include #include +#include #include