From 36adc701a9246012e9fd56699801b13edcd24451 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 19 Dec 2022 23:09:53 +0800 Subject: [PATCH] c++: add missing header --- cpp/pmtiles.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/pmtiles.hpp b/cpp/pmtiles.hpp index ed64c30..d05a45f 100644 --- a/cpp/pmtiles.hpp +++ b/cpp/pmtiles.hpp @@ -5,6 +5,8 @@ #include #include #include +#include +#include namespace pmtiles {