]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fixed gcc compile errors
authorspog <spog>
Tue, 21 Feb 2006 15:15:35 +0000 (15:15 +0000)
committerspog <spog>
Tue, 21 Feb 2006 15:15:35 +0000 (15:15 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@18 8a3a26a2-13c4-0310-b231-cf6edde360e5

libs/stream/textstream.h

index 083026bcd042673a2c28932e2217d11d3df024e3..96fc7a6a10dfcc29a2a2d073a2671ff3ad397d90 100644 (file)
@@ -32,6 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <cmath>
 #include <stdio.h>
 #include <string.h>
+#include <algorithm>
 
 #include "generic/arrayrange.h"