From dd46bdcea9a3abe689a22d5a23c8e9ebc65bd751 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 1 Nov 2022 17:09:05 +0100 Subject: fix non-pch build --- src/random.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/random.hpp b/src/random.hpp index 7ac51c7b..5b6dc6a9 100644 --- a/src/random.hpp +++ b/src/random.hpp @@ -1,5 +1,6 @@ #pragma once #include "compat/integer-types.hpp" +#include #include namespace floormat { -- cgit v1.2.3