Revision: 369
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=369&view=rev
Author: glslang
Date: 2007-10-28 12:45:47 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
+ build fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp
Modified: trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp
===================================================================
--- trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp 2007-10-28 16:01:38 UTC (rev 368)
+++ trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp 2007-10-28 19:45:47 UTC (rev 369)
@@ -8,10 +8,18 @@
#ifndef OPENLIBRARIES_INC_
#define OPENLIBRARIES_INC_
+#ifdef HAVE_CONFIG_H
+#include <openlibraries_global_config.hpp>
+#endif
+
+#ifdef HAVE_PYTHON
+
#ifndef __OBJC__
#include <boost/python.hpp>
#endif
+#endif
+
#include <GL/glew.h>
#include <boost/algorithm/string.hpp>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|