diff options
Diffstat (limited to 'games/glob2/TextStream_headers.patch')
-rw-r--r-- | games/glob2/TextStream_headers.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/glob2/TextStream_headers.patch b/games/glob2/TextStream_headers.patch new file mode 100644 index 0000000000..56a5707a2c --- /dev/null +++ b/games/glob2/TextStream_headers.patch @@ -0,0 +1,15 @@ +--- glob2-0.9.4.4/libgag/src/TextStream.original.cpp 2014-04-06 22:37:28.204008827 +0300 ++++ glob2-0.9.4.4/libgag/src/TextStream.cpp 2014-04-06 22:37:59.509617453 +0300 +@@ -17,11 +17,11 @@ + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include <TextStream.h> + #include <assert.h> + #include <fstream> + #include <iostream> + #include <stack> ++#include <TextStream.h> + #ifdef WIN32 + #define snprintf _snprintf + #define vsnprintf _vsnprintf |