Add missing #include

This commit is contained in:
Eric Fischer 2016-12-08 17:22:07 -08:00
parent 569825324a
commit daf1941ba9

View File

@ -25,6 +25,7 @@
#include <errno.h>
#include <time.h>
#include <fcntl.h>
#include <sys/wait.h>
#include "mvt.hpp"
#include "mbtiles.hpp"
#include "geometry.hpp"