[unit-test] add std includes for external catch2

This commit is contained in:
Mathis Logemann 2021-10-09 13:46:24 +02:00
parent ac95449ff5
commit bf6081b207
3 changed files with 5 additions and 0 deletions

View file

@ -37,6 +37,7 @@ MAPNIK_DISABLE_WARNING_POP
#include <iosfwd>
#include <regex>
#include <string>
#include <sstream>
namespace mapnik { namespace sql_utils {

View file

@ -22,6 +22,8 @@
#include "catch.hpp"
#include <sstream>
#include <mapnik/quad_tree.hpp>
#include <mapnik/util/spatial_index.hpp>

View file

@ -3,6 +3,8 @@
#include "catch.hpp"
#include <sstream>
#include <mapnik/image_view.hpp>
#include <mapnik/webp_io.hpp>