[Super-tux-commit] supertux/src gameobjs.cpp,1.14,1.15
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-04-29 10:45:33
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28740 Modified Files: gameobjs.cpp Log Message: added missing #include <algorithm> Index: gameobjs.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/gameobjs.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- gameobjs.cpp 28 Apr 2004 20:28:38 -0000 1.14 +++ gameobjs.cpp 29 Apr 2004 10:45:24 -0000 1.15 @@ -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" |