added missing #include <algorithm>
authorMatthias Braun <matze@braunis.de>
Thu, 29 Apr 2004 10:45:24 +0000 (10:45 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 29 Apr 2004 10:45:24 +0000 (10:45 +0000)
SVN-Revision: 834

src/gameobjs.cpp

index d185556..4909308 100644 (file)
@@ -18,7 +18,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
+#include <algorithm>
 #include "world.h"
 #include "tile.h"
 #include "gameloop.h"