diff options
Diffstat (limited to 'src/any_map.hpp')
-rw-r--r-- | src/any_map.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/any_map.hpp b/src/any_map.hpp index ea6044b1..dfc54f3f 100644 --- a/src/any_map.hpp +++ b/src/any_map.hpp @@ -1,5 +1,8 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + #include <any> #include <unordered_map> #include <functional> |