summaryrefslogtreecommitdiff
path: root/themes/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'themes/types.h')
-rw-r--r--themes/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/types.h b/themes/types.h
index d5c7938..ae8aa4e 100644
--- a/themes/types.h
+++ b/themes/types.h
@@ -1,6 +1,6 @@
#pragma once
-#include <cstdint>
+#include <stdint.h>
typedef int8_t i8;
typedef int16_t i16;