diff --git a/core/cheat/cheat.cpp b/core/cheat/cheat.cpp index b9aad5d..1708b27 100755 --- a/core/cheat/cheat.cpp +++ b/core/cheat/cheat.cpp @@ -1,3 +1,5 @@ +#ifndef __clang_analyzer__ + #include <../base.hpp> #define CHEAT_CPP @@ -393,3 +395,4 @@ string& Cheat::decode_description(string &desc) const { }; +#endif \ No newline at end of file