add missing include

This commit is contained in:
Dane Springmeyer 2009-11-29 22:16:32 +00:00
parent c570f1c424
commit 71f69feed4

View file

@ -33,6 +33,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
// mapnik
#include <mapnik/ptree_helpers.hpp>