diff options
Diffstat (limited to 'src/math_util.hpp')
-rw-r--r-- | src/math_util.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math_util.hpp b/src/math_util.hpp index 7b286346..b9830d6b 100644 --- a/src/math_util.hpp +++ b/src/math_util.hpp @@ -1,6 +1,9 @@ #pragma once // ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + +// ReSharper disable once CppUnusedIncludeDirective #include <type_traits> #include <optional> |