diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Clock.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Clock.hpp b/ingen/Clock.hpp index 5345d7a6..5debb5e4 100644 --- a/ingen/Clock.hpp +++ b/ingen/Clock.hpp @@ -21,8 +21,8 @@ # include <mach/mach.h> # include <mach/mach_time.h> #else +# include <ctime> # include <sys/time.h> -# include <time.h> #endif #include <cstdint> |