[unit-test] add std includes for external catch2
This commit is contained in:
parent
ac95449ff5
commit
bf6081b207
3 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,7 @@ MAPNIK_DISABLE_WARNING_POP
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
namespace mapnik { namespace sql_utils {
|
namespace mapnik { namespace sql_utils {
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#include <mapnik/quad_tree.hpp>
|
#include <mapnik/quad_tree.hpp>
|
||||||
#include <mapnik/util/spatial_index.hpp>
|
#include <mapnik/util/spatial_index.hpp>
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#include <mapnik/image_view.hpp>
|
#include <mapnik/image_view.hpp>
|
||||||
#include <mapnik/webp_io.hpp>
|
#include <mapnik/webp_io.hpp>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue