diff options
Diffstat (limited to 'src/ingen/ingen.cpp')
-rw-r--r-- | src/ingen/ingen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 5630e56b..a9047d1b 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -15,8 +15,8 @@ */ #include <signal.h> -#include <stdlib.h> +#include <cstdlib> #include <chrono> #include <iostream> #include <memory> |