add missing includes to pmtiles.hpp for fedora (#219)

This commit is contained in:
Brandon Liu
2023-07-13 13:41:10 +08:00
committed by GitHub
parent befa393ad9
commit 8f5076297a

View File

@@ -1,6 +1,7 @@
#ifndef PMTILES_HPP
#define PMTILES_HPP
#include <cstdint>
#include <string>
#include <sstream>
#include <vector>