iwyu - fixes msvc compile
This commit is contained in:
parent
ceb8ffcc6f
commit
2aeb0da813
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
// stl
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <ostream>
|
||||
#include <iterator> // for std::back_insert_iterator
|
||||
|
||||
namespace mapnik { namespace filter {
|
||||
|
||||
|
|
Loading…
Reference in a new issue