projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70fd1ef
)
G++ 4.3 wants even more includes.
author
Wolfgang Becker
<uafr@gmx.de>
Sat, 18 Oct 2008 09:25:59 +0000
(09:25 +0000)
committer
Wolfgang Becker
<uafr@gmx.de>
Sat, 18 Oct 2008 09:25:59 +0000
(09:25 +0000)
SVN-Revision: 5796
src/video/drawing_context.cpp
patch
|
blob
|
history
diff --git
a/src/video/drawing_context.cpp
b/src/video/drawing_context.cpp
index
613a3de
..
b75b950
100644
(file)
--- a/
src/video/drawing_context.cpp
+++ b/
src/video/drawing_context.cpp
@@
-17,6
+17,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 <config.h>
+#include <algorithm>
#include "drawing_context.hpp"