summaryrefslogtreecommitdiffhomepage
path: root/src/precomp.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-18 23:42:07 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-18 23:42:07 +0100
commit4d9a82b720c8ce74b94f43f72ddd819ef21abbdf (patch)
treec0a5d21b8e19fbb60c286faec8e302e6f32b6679 /src/precomp.hpp
parent32b8c22828315292857e2cd9909fba620f30ff70 (diff)
pre-declare integer types without cstddef/cstdint
Diffstat (limited to 'src/precomp.hpp')
-rw-r--r--src/precomp.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/precomp.hpp b/src/precomp.hpp
index 0abb304a..fe97f0a1 100644
--- a/src/precomp.hpp
+++ b/src/precomp.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include "compat/prelude.hpp"
+#include "compat/integer-types.hpp"
#include "compat/defs.hpp"
#include "compat/assert.hpp"