summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 15:24:46 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit31947a7e2d73cb1e336f140cad4c6363fca307a4 (patch)
treea200274510398904119e2dc41bd32f0ed09e62aa /ingen
parent4ef41be9596cf997cd80175cfc7de2074a182d0d (diff)
downloadingen-31947a7e2d73cb1e336f140cad4c6363fca307a4.tar.gz
ingen-31947a7e2d73cb1e336f140cad4c6363fca307a4.tar.bz2
ingen-31947a7e2d73cb1e336f140cad4c6363fca307a4.zip
Use standard C++ includes
Diffstat (limited to 'ingen')
-rw-r--r--ingen/Clock.hpp2
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>