iwyu
This commit is contained in:
parent
d4bb7ee279
commit
6ae59b80af
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <ostream>
|
||||
#include <fstream>
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#ifdef MAPNIK_THREADSAFE
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
// stl
|
||||
#include <ctime>
|
||||
#include <stdexcept>
|
||||
#include <fstream>
|
||||
|
||||
#ifndef MAPNIK_LOG_FORMAT
|
||||
#define MAPNIK_LOG_FORMAT Mapnik LOG> %Y-%m-%d %H:%M:%S:
|
||||
|
|
Loading…
Reference in a new issue