From: José Fonseca Date: Mon, 9 Jul 2012 10:16:50 +0000 (+0100) Subject: Fix build on MSVC. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2f7a65c47d78dd4635278d9952f30d2891e2371b;p=apitrace Fix build on MSVC. --- diff --git a/wrappers/gltrace_state.cpp b/wrappers/gltrace_state.cpp index 796d61f..9fcc56e 100644 --- a/wrappers/gltrace_state.cpp +++ b/wrappers/gltrace_state.cpp @@ -28,7 +28,11 @@ #include #include +#if defined(_MSC_VER) +#include +#else #include +#endif #include #include