summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src::util.hpp
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-05-20 21:20:28 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-05-20 21:20:28 +0000
commit7bcd3c2e3a4ebd90ea684c3d4483359eb7fc96f1 (patch)
tree8bbe1e658515733ecff73e7a1a1e7446634b3575 /games/wesnoth/files/patch-src::util.hpp
parent- Update MASTER_SITES (diff)
Update to 0.7.7.
Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=109572
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