summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src::util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/files/patch-src::util.hpp')
-rw-r--r--games/wesnoth/files/patch-src::util.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/wesnoth/files/patch-src::util.hpp b/games/wesnoth/files/patch-src::util.hpp
new file mode 100644
index 000000000000..4fc9a9157150
--- /dev/null
+++ b/games/wesnoth/files/patch-src::util.hpp
@@ -0,0 +1,10 @@
+--- src/util.hpp.orig Wed May 19 14:27:36 2004
++++ src/util.hpp Wed May 19 14:28:08 2004
+@@ -15,6 +15,7 @@
+
+ #include <cmath>
+ #include <map>
++#include <sstream>
+
+ //instead of playing with VC++'s crazy definitions of min and max,
+ //just define our own