summaryrefslogtreecommitdiff
path: root/src/lib/timer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-05 15:10:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-05 15:10:42 +0000
commite894cfe3d891135d1b92b62603a464e42bd6ed5c (patch)
tree645163456b39c9174bd3899bfa5aa5715e8f772d /src/lib/timer.h
parent3664b9abfab4b9d2b3a46322b585384dbc06208b (diff)
Some include tidying.
Diffstat (limited to 'src/lib/timer.h')
-rw-r--r--src/lib/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/timer.h b/src/lib/timer.h
index 4a5aa12de..8c4b046bf 100644
--- a/src/lib/timer.h
+++ b/src/lib/timer.h
@@ -25,9 +25,9 @@
#ifndef DCPOMATIC_TIMER_H
#define DCPOMATIC_TIMER_H
+#include <sys/time.h>
#include <string>
#include <map>
-#include <sys/time.h>
/** @class PeriodTimer
* @brief A class to allow timing of a period within the caller.