Add missing #include

This commit is contained in:
Eric Fischer 2016-12-08 10:31:27 -08:00
parent 3f14a0dd55
commit 8cf81483b1

View File

@ -5,6 +5,7 @@
#include <map>
#include <zlib.h>
#include <errno.h>
#include <limits.h>
#include "mvt.hpp"
#include "geometry.hpp"
#include "protozero/varint.hpp"