Revision: 486
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=486&view=rev
Author: andy_miller
Date: 2007-12-03 18:36:50 -0800 (Mon, 03 Dec 2007)
Log Message:
-----------
include stdexcept in header for linux build
Modified Paths:
--------------
trunk/python-ogre/patch/ogre.patch
Modified: trunk/python-ogre/patch/ogre.patch
===================================================================
--- trunk/python-ogre/patch/ogre.patch 2007-12-03 23:09:57 UTC (rev 485)
+++ trunk/python-ogre/patch/ogre.patch 2007-12-04 02:36:50 UTC (rev 486)
@@ -10,7 +10,15 @@
--- ogrenew/OgreMain/include/OgreDataStream.h 23 Aug 2006 08:18:33 -0000 1.12
+++ ogrenew/OgreMain/include/OgreDataStream.h 24 Nov 2007 00:35:47 -0000
-@@ -79,7 +79,7 @@
+@@ -33,6 +33,7 @@
+ #include "OgreString.h"
+ #include "OgreSharedPtr.h"
+ #include <istream>
++#include <stdexcept>
+
+ namespace Ogre {
+
+@@ -79,7 +80,7 @@
@param count Number of bytes to read
@returns The number of bytes read
*/
@@ -22,7 +30,16 @@
--- ogrenew/OgreMain/include/OgreHardwareBuffer.h 23 Aug 2006 08:18:33 -0000 1.17
+++ ogrenew/OgreMain/include/OgreHardwareBuffer.h 24 Nov 2007 00:37:00 -0000
-@@ -244,7 +244,7 @@
+@@ -31,6 +31,8 @@
+
+ // Precompiler options
+ #include "OgrePrerequisites.h"
++#include <stdexcept>
++
+
+ namespace Ogre {
+
+@@ -244,7 +246,7 @@
@param pDest The area of memory in which to place the data, must be large enough to
accommodate the data!
*/
@@ -34,7 +51,16 @@
--- ogrenew/OgreMain/include/OgreRenderQueueListener.h 23 Aug 2006 08:18:35 -0000 1.10
+++ ogrenew/OgreMain/include/OgreRenderQueueListener.h 24 Nov 2007 00:34:52 -0000
-@@ -65,7 +65,7 @@
+@@ -31,6 +31,8 @@
+
+ #include "OgrePrerequisites.h"
+ #include "OgreRenderQueue.h"
++#include <stdexcept>
++
+
+ namespace Ogre {
+
+@@ -65,7 +67,7 @@
for this queue group.
*/
virtual void renderQueueStarted(uint8 queueGroupId, const String& invocation,
@@ -43,7 +69,7 @@
/** Event raised after a queue group is rendered.
@remarks
-@@ -80,7 +80,7 @@
+@@ -80,7 +82,7 @@
events will also be fired for it again.
*/
virtual void renderQueueEnded(uint8 queueGroupId, const String& invocation,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|