From: Ingo Ruhnke Date: Tue, 12 Aug 2014 20:42:10 +0000 (+0200) Subject: Added missing include to CommandLineArguments X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e84ab6b0b8b1635c05ce4cb1c7ed0ef64e61df9d;p=supertux.git Added missing include to CommandLineArguments --- diff --git a/src/supertux/command_line_arguments.cpp b/src/supertux/command_line_arguments.cpp index f69496c53..3877b461e 100644 --- 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 -#include #include +#include +#include +#include #include "supertux/gameconfig.hpp" #include "supertux/main.hpp"