projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a466f
)
added missing #include <algorithm>
author
Matthias Braun
<matze@braunis.de>
Thu, 29 Apr 2004 10:45:24 +0000
(10:45 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 29 Apr 2004 10:45:24 +0000
(10:45 +0000)
SVN-Revision: 834
src/gameobjs.cpp
patch
|
blob
|
history
diff --git
a/src/gameobjs.cpp
b/src/gameobjs.cpp
index
d185556
..
4909308
100644
(file)
--- a/
src/gameobjs.cpp
+++ b/
src/gameobjs.cpp
@@
-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"