Fix broken build in VC
#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.
This commit is contained in:
parent
9358af7ad1
commit
d2be47f5dd
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "map_location.hpp"
|
||||
|
||||
#include <deque>
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
#include <set>
|
||||
class replay_recorder_base;
|
||||
|
|
Loading…
Add table
Reference in a new issue