From 62dc8f7cda558bf1f805fac33f2bb47fbe305694 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 25 Apr 2002 21:31:16 +0000 Subject: [PATCH] Fix for window build. --- src/osgPlugins/txp/trpage_sys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/txp/trpage_sys.h b/src/osgPlugins/txp/trpage_sys.h index 5e74cffda..fca258249 100644 --- a/src/osgPlugins/txp/trpage_sys.h +++ b/src/osgPlugins/txp/trpage_sys.h @@ -36,6 +36,7 @@ */ #include +#include // Microsoft Developer warnings that annoy me #pragma warning ( disable : 4251)