add missing includes
This commit is contained in:
parent
08dcab617e
commit
ba27149232
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <chrono>
|
||||
#include <ostream>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue