summaryrefslogtreecommitdiffhomepage
path: root/src/random.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/random.hpp')
-rw-r--r--src/random.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/random.hpp b/src/random.hpp
index 5b6dc6a9..e8e462e8 100644
--- a/src/random.hpp
+++ b/src/random.hpp
@@ -1,5 +1,7 @@
#pragma once
-#include "compat/integer-types.hpp"
+
+#include <cstddef>
+#include <cstdint>
#include <concepts>
#include <type_traits>