add missing include
This commit is contained in:
parent
da82b6905d
commit
0849ba0353
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue