add missing includes

This commit is contained in:
Mathis Logemann 2022-01-27 18:32:21 +01:00
parent 08dcab617e
commit ba27149232
2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include <string>
#include <chrono>
#include <ostream>
namespace mapnik {

View file

@ -23,6 +23,8 @@
#ifndef MAPNIK_UTIL_VARIANT_IO_HPP
#define MAPNIK_UTIL_VARIANT_IO_HPP
#include <ostream>
#include <mapbox/variant.hpp>
namespace mapbox { namespace util {