summaryrefslogtreecommitdiffstats
path: root/games/glob2/TextStream_headers.patch
blob: 56a5707a2c2719958805c3ab22869e2bb9fd0966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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