summaryrefslogtreecommitdiff
path: root/src/lib/timer.h
diff options
context:
space:
mode:
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.