Added missing include to CommandLineArguments
authorIngo Ruhnke <grumbel@gmail.com>
Tue, 12 Aug 2014 20:42:10 +0000 (22:42 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Tue, 12 Aug 2014 20:42:10 +0000 (22:42 +0200)
src/supertux/command_line_arguments.cpp

index f69496c..3877b46 100644 (file)
 
 #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"