diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-01 17:09:05 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-01 17:09:05 +0100 |
| commit | dd46bdcea9a3abe689a22d5a23c8e9ebc65bd751 (patch) | |
| tree | cd1b6ce31c0049d7ec882779ffe44ce6d3ceb03b /src | |
| parent | 6ce723b198c25c61ed39655fb5cc59d47a910a9c (diff) | |
fix non-pch build
Diffstat (limited to 'src')
| -rw-r--r-- | src/random.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <concepts> #include <type_traits> namespace floormat { |
