This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/mapnik/timer.hpp b/include/mapnik/timer.hpp | |
index 803f4d0..d7d7eb1 100644 | |
--- a/include/mapnik/timer.hpp | |
+++ b/include/mapnik/timer.hpp | |
@@ -29,12 +29,49 @@ | |
#include <sstream> | |
#include <iomanip> | |
#include <ctime> | |
-#ifndef WIN32 | |
-#include <sys/time.h> // for gettimeofday() on unix |