Skip to content

Commit

Permalink
Fix broken build in VC
Browse files Browse the repository at this point in the history
#include <iterator> is needed for back_insert_iterator. This was included in config.hpp, but inclusion of that header here was removed in the previous commit.
  • Loading branch information
Wedge009 committed Feb 25, 2016
1 parent 9358af7 commit d2be47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/replay.hpp
Expand Up @@ -23,6 +23,7 @@
#include "map_location.hpp"

#include <deque>
#include <iterator>
#include <map>
#include <set>
class replay_recorder_base;
Expand Down

0 comments on commit d2be47f

Please sign in to comment.