diff options
Diffstat (limited to 'dev-games/ogre/files/ogre-1.6.4-boost.patch')
-rw-r--r-- | dev-games/ogre/files/ogre-1.6.4-boost.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-games/ogre/files/ogre-1.6.4-boost.patch b/dev-games/ogre/files/ogre-1.6.4-boost.patch new file mode 100644 index 000000000000..9f1784c558cd --- /dev/null +++ b/dev-games/ogre/files/ogre-1.6.4-boost.patch @@ -0,0 +1,10 @@ +--- OgreMain/include/OgreStdHeaders.h.old 2009-11-18 14:08:48.000000000 +0100 ++++ OgreMain/include/OgreStdHeaders.h 2009-11-18 14:09:59.000000000 +0100 +@@ -110,6 +110,7 @@ + # include <boost/thread/recursive_mutex.hpp> + # include <boost/thread/condition.hpp> + # include <boost/thread/thread.hpp> ++# include <boost/function.hpp> + #endif + + #if defined ( OGRE_GCC_VISIBILITY ) |