aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jalv_gtkmm2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_gtkmm2.cpp b/src/jalv_gtkmm2.cpp
index 74f3a38..1fc598e 100644
--- a/src/jalv_gtkmm2.cpp
+++ b/src/jalv_gtkmm2.cpp
@@ -29,7 +29,7 @@ LV2_DISABLE_DEPRECATION_WARNINGS
#include <gtkmm/window.h>
LV2_RESTORE_WARNINGS
-#include <stdint.h>
+#include <cstdint>
static Gtk::Main* jalv_gtk_main = nullptr;