diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-28 19:58:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-28 19:58:30 +0000 |
commit | 1b4fe0b33fffab2bdf27e6bca9da568476cd8439 (patch) | |
tree | d74da6294e0873deca5afd86cfaf4b3dca46dec6 /games/wesnoth-devel/files/patch-src::util.hpp | |
parent | fix build in case WITHOUT_IMAP is defined (diff) |
Update to 0.7.8, see changelog for details: http://changelog.wesnoth.org/
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=110240
Diffstat (limited to 'games/wesnoth-devel/files/patch-src::util.hpp')
-rw-r--r-- | games/wesnoth-devel/files/patch-src::util.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/wesnoth-devel/files/patch-src::util.hpp b/games/wesnoth-devel/files/patch-src::util.hpp deleted file mode 100644 index 4fc9a9157150..000000000000 --- a/games/wesnoth-devel/files/patch-src::util.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |