From 71f71f18b63e2acc5fcf3e67141904d0d11dc232 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 7 Dec 2007 13:42:14 +0000 Subject: [PATCH] Added an #include to avoid compile problems on some systems. --- src/osgPlugins/Inventor/ConvertToInventor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/Inventor/ConvertToInventor.cpp b/src/osgPlugins/Inventor/ConvertToInventor.cpp index c5e5b34aa..3e1c80410 100644 --- a/src/osgPlugins/Inventor/ConvertToInventor.cpp +++ b/src/osgPlugins/Inventor/ConvertToInventor.cpp @@ -79,6 +79,8 @@ #endif #include "ConvertToInventor.h" +#include + #define DEBUG_IV_WRITER 1