diff options
Diffstat (limited to 'games/wesnoth/files/patch-src::util.hpp')
-rw-r--r-- | games/wesnoth/files/patch-src::util.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/wesnoth/files/patch-src::util.hpp b/games/wesnoth/files/patch-src::util.hpp deleted file mode 100644 index 4fc9a9157150..000000000000 --- a/games/wesnoth/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 |