Add missing #include

This commit is contained in:
Eric Fischer 2018-03-16 16:25:21 -07:00
parent 3c827b1d68
commit 3d1ebdb82f
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## 1.27.11
* Always include tile and layer in tippecanoe-decode, fixing corrupt JSON.
* Clean up writing of JSON in general.
## 1.27.10

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>
#include <map>
#include <string>