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