Skip to content

Commit

Permalink
Added missing include to CommandLineArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 12, 2014
1 parent 0e9c473 commit e84ab6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/supertux/command_line_arguments.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit e84ab6b

Please sign in to comment.