From bae2c00808739ed333389b814f3305a7f13e41b8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Sep 2005 20:24:58 +0000 Subject: [PATCH] stdint is gnuc only --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40109 --- sourcehook/sourcehook.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"