summaryrefslogtreecommitdiff
path: root/themes/types.h
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-10-09 15:11:13 -0400
committermattkae <mattkae@protonmail.com>2022-10-09 15:11:13 -0400
commitcc8bbef4bc8257b65757396e4431e2ca9b5f30ff (patch)
tree08a821eb6ac514b44703a7093dd61f411af0651e /themes/types.h
parentf6f3a4bad025e65542cd518b551ba0cc3e1898b3 (diff)
At least I have a working sun theme, but this will have to wait until next summer I suppose
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;