summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src::util.hpp
blob: 4fc9a9157150174a150480abd6a56acc20de973c (plain) (blame)
1
2
3
4
5
6
7
8
9
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