projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9c473
)
Added missing include to CommandLineArguments
author
Ingo Ruhnke
<grumbel@gmail.com>
Tue, 12 Aug 2014 20:42:10 +0000
(22:42 +0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Tue, 12 Aug 2014 20:42:10 +0000
(22:42 +0200)
src/supertux/command_line_arguments.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/command_line_arguments.cpp
b/src/supertux/command_line_arguments.cpp
index
f69496c
..
3877b46
100644
(file)
--- a/
src/supertux/command_line_arguments.cpp
+++ b/
src/supertux/command_line_arguments.cpp
@@
-16,9
+16,10
@@
#include "supertux/command_line_arguments.hpp"
-#include <stdexcept>
-#include <physfs.h>
#include <boost/format.hpp>
+#include <iostream>
+#include <physfs.h>
+#include <stdexcept>
#include "supertux/gameconfig.hpp"
#include "supertux/main.hpp"