snv ignore version.h, add includes for gcc 4.3.3.
authorWolfgang Becker <uafr@gmx.de>
Sun, 21 Jun 2009 19:49:34 +0000 (19:49 +0000)
committerWolfgang Becker <uafr@gmx.de>
Sun, 21 Jun 2009 19:49:34 +0000 (19:49 +0000)
SVN-Revision: 5899

src/addon/addon_manager.cpp
src/title.cpp

index 27a5637..1f1cadc 100644 (file)
@@ -32,6 +32,8 @@
 #include "lisp/writer.hpp"
 
 #include <stdexcept>
+#include <algorithm>
+#include <stdlib.h>
 #include <physfs.h>
 #include <sys/stat.h>
 
index dfa805e..b6d1f4a 100644 (file)
@@ -44,6 +44,7 @@
 #include "video/drawing_context.hpp"
 #include "world.hpp"
 
+#include <algorithm>
 #include <physfs.h>
 
 enum MainMenuIDs {