blob: efcee10daa8ce1dcd31908e0187aa02342e5ed56 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/helper.h~ 2007-09-09 12:36:23.000000000 +0200
+++ src/helper.h 2008-06-23 14:13:48.454816674 +0200
@@ -27,6 +27,7 @@
#include <string.h>
#include <string>
#include <sstream>
+#include <algorithm>
#if defined(WIN32) && !HAVE_CONFIG_H
# include "../win32/libgig_private.h" // like config.h, automatically generated by Dev-C++
|