summaryrefslogtreecommitdiffstats
path: root/audio/guitarix/patches/gcc-13.patch
blob: 90681810b156e674c4e9cef7e64ab2e927600993 (plain)
diff --git a/trunk/src/LV2/DSP/gx_common.h b/trunk/src/LV2/DSP/gx_common.h
index 71108442..ea230e34 100644
--- a/trunk/src/LV2/DSP/gx_common.h
+++ b/trunk/src/LV2/DSP/gx_common.h
@@ -28,6 +28,7 @@
 #include <iostream>
 #include <cstring>
 #include <unistd.h>
+#include <cstdint>
 
 ///////////////////////// DENORMAL PROTECTION WITH SSE /////////////////