aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib')
-rw-r--r--src/stdlib/integers.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/stdlib/integers.h b/src/stdlib/integers.h
index 246956fa..37becdae 100644
--- a/src/stdlib/integers.h
+++ b/src/stdlib/integers.h
@@ -3,7 +3,11 @@
#pragma once
#include "bigint.h" // IWYU pragma: export
-#include "int16.h" // IWYU pragma: export
-#include "int32.h" // IWYU pragma: export
+
#include "int64.h" // IWYU pragma: export
+
+#include "int32.h" // IWYU pragma: export
+
+#include "int16.h" // IWYU pragma: export
+
#include "int8.h" // IWYU pragma: export