diff --git a/sourcehook/sourcehook.cpp b/sourcehook/sourcehook.cpp index 2b1bb2c..e7d31fc 100644 --- a/sourcehook/sourcehook.cpp +++ b/sourcehook/sourcehook.cpp @@ -14,7 +14,9 @@ * @brief Contains the implementation of the SourceHook API */ +#if defined __GNUC__ #include +#endif #include "sourcehook_impl.h" #include "sh_tinyhash.h"