patches/boost-stdcxx-02-wchar.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 8122 a6f4cb91f313
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8122
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     1
--- libs/locale/src/util/codecvt_converter.cpp	2012-01-14 21:44:30.428950659 +0100
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     2
+++ libs/locale/src/util/codecvt_converter.cpp	2012-01-14 21:44:23.250065466 +0100
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     3
@@ -21,6 +21,7 @@
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     4
 #include <string.h>
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     5
 #include <vector>
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     6
 #include <algorithm>
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     7
+#include <wchar.h>
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     8
 
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
     9
 //#define DEBUG_CODECVT
a6f4cb91f313 SFEboost-stdcxx.spec: bump to 1.48.0
jurikm
parents:
diff changeset
    10