add missing include

This commit is contained in:
Dane Springmeyer 2009-12-13 23:27:00 +00:00
parent da82b6905d
commit 0849ba0353

View file

@ -23,6 +23,8 @@
#ifndef MAPNIK_WALL_CLOCK_TIMER_INCLUDED
#define MAPNIK_WALL_CLOCK_TIMER_INCLUDED
#include <sys/time.h>
namespace mapnik {
// This is a class with a similar signature to boost::timer, but which measures