Revision: 631
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=631&view=rev
Author: andy_miller
Date: 2008-07-02 01:50:50 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
Further patch fixes
Modified Paths:
--------------
trunk/python-ogre/patch/ogre_1.7.patch
Modified: trunk/python-ogre/patch/ogre_1.7.patch
===================================================================
--- trunk/python-ogre/patch/ogre_1.7.patch 2008-07-02 08:39:16 UTC (rev 630)
+++ trunk/python-ogre/patch/ogre_1.7.patch 2008-07-02 08:50:50 UTC (rev 631)
@@ -100,7 +100,15 @@
===================================================================
--- ogre/OgreMain/include/OgreResourceGroupManager.h (revision 7701)
+++ ogre/OgreMain/include/OgreResourceGroupManager.h (working copy)
-@@ -91,7 +91,7 @@
+@@ -36,6 +36,7 @@
+ #include "OgreResource.h"
+ #include "OgreArchive.h"
+ #include "OgreIteratorWrappers.h"
++#include <stdexcept>
+
+ namespace Ogre {
+
+@@ -91,7 +92,7 @@
parsed. Note that in this case the scriptParseEnded event will not be raised
for this script.
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|