[Supertux-Commit] r5899 - in trunk/supertux: . src src/addon
wolfgangb at millhouse.dreamhost.com
wolfgangb at millhouse.dreamhost.com
Sun Jun 21 12:49:35 PDT 2009
Author: wolfgangb
Date: 2009-06-21 12:49:34 -0700 (Sun, 21 Jun 2009)
New Revision: 5899
Modified:
trunk/supertux/
trunk/supertux/src/addon/addon_manager.cpp
trunk/supertux/src/title.cpp
Log:
snv ignore version.h, add includes for gcc 4.3.3.
Property changes on: trunk/supertux
___________________________________________________________________
Name: svn:ignore
- *.demo
*.dll
*.exe
*.tmp
.cdtproject
.emacs
.externalToolBuilders
.project
.sconf_temp
.sconsign
.snprj
CMakeCache.txt
CMakeFiles
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
build
build_config.py
cmake.check_cache
cmake_install.cmake
config.h
gmon.out
install_manifest.txt
messages.pot
miniswig
myTODO
save
stuff
supertux.kdevelop.filelist
supertux.kdevelop.pcs
supertux.proj
supertux2
+ *.demo
*.dll
*.exe
*.tmp
.cdtproject
.emacs
.externalToolBuilders
.project
.sconf_temp
.sconsign
.snprj
CMakeCache.txt
CMakeFiles
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
build
build_config.py
cmake.check_cache
cmake_install.cmake
config.h
version.h
gmon.out
install_manifest.txt
messages.pot
miniswig
myTODO
save
stuff
supertux.kdevelop.filelist
supertux.kdevelop.pcs
supertux.proj
supertux2
Modified: trunk/supertux/src/addon/addon_manager.cpp
===================================================================
--- trunk/supertux/src/addon/addon_manager.cpp 2009-06-21 11:39:02 UTC (rev 5898)
+++ trunk/supertux/src/addon/addon_manager.cpp 2009-06-21 19:49:34 UTC (rev 5899)
@@ -32,6 +32,8 @@
#include "lisp/writer.hpp"
#include <stdexcept>
+#include <algorithm>
+#include <stdlib.h>
#include <physfs.h>
#include <sys/stat.h>
Modified: trunk/supertux/src/title.cpp
===================================================================
--- trunk/supertux/src/title.cpp 2009-06-21 11:39:02 UTC (rev 5898)
+++ trunk/supertux/src/title.cpp 2009-06-21 19:49:34 UTC (rev 5899)
@@ -44,6 +44,7 @@
#include "video/drawing_context.hpp"
#include "world.hpp"
+#include <algorithm>
#include <physfs.h>
enum MainMenuIDs {
More information about the Supertux-Commit
mailing list