summaryrefslogtreecommitdiffstats
path: root/ingen/Clock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Clock.hpp')
-rw-r--r--ingen/Clock.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ingen/Clock.hpp b/ingen/Clock.hpp
index 8071ee1f..69d5eb17 100644
--- a/ingen/Clock.hpp
+++ b/ingen/Clock.hpp
@@ -17,9 +17,14 @@
#ifndef INGEN_ENGINE_CLOCK_HPP
#define INGEN_ENGINE_CLOCK_HPP
+#include <cstdint>
+
#ifdef __MACH__
# include <mach/mach.h>
# include <mach/mach_time.h>
+#else
+# include <time.h>
+# include <sys/time.h>
#endif
namespace Ingen {