This commit is contained in:
Dane Springmeyer 2014-08-06 12:27:10 -07:00
parent d4bb7ee279
commit 6ae59b80af
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <ostream> #include <ostream>
#include <fstream> #include <iosfwd>
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>
#ifdef MAPNIK_THREADSAFE #ifdef MAPNIK_THREADSAFE

View file

@ -26,6 +26,7 @@
// stl // stl
#include <ctime> #include <ctime>
#include <stdexcept> #include <stdexcept>
#include <fstream>
#ifndef MAPNIK_LOG_FORMAT #ifndef MAPNIK_LOG_FORMAT
#define MAPNIK_LOG_FORMAT Mapnik LOG> %Y-%m-%d %H:%M:%S: #define MAPNIK_LOG_FORMAT Mapnik LOG> %Y-%m-%d %H:%M:%S: