summaryrefslogtreecommitdiffstats
path: root/ingen/Clock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Clock.hpp')
-rw-r--r--ingen/Clock.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Clock.hpp b/ingen/Clock.hpp
index e746bde5..ac940fab 100644
--- a/ingen/Clock.hpp
+++ b/ingen/Clock.hpp
@@ -17,8 +17,6 @@
#ifndef INGEN_ENGINE_CLOCK_HPP
#define INGEN_ENGINE_CLOCK_HPP
-#include <cstdint>
-
#ifdef __MACH__
# include <mach/mach.h>
# include <mach/mach_time.h>
@@ -27,6 +25,8 @@
# include <sys/time.h>
#endif
+#include <cstdint>
+
namespace ingen {
class Clock {