diff options
Diffstat (limited to 'src/ui/animations/animation.hpp')
-rw-r--r-- | src/ui/animations/animation.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/animations/animation.hpp b/src/ui/animations/animation.hpp index f25e4699..2226f021 100644 --- a/src/ui/animations/animation.hpp +++ b/src/ui/animations/animation.hpp @@ -1,5 +1,8 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + #include <unordered_map> #include "base.hpp" |