diff --git a/common/platform.h b/common/platform.h index 51ab8a5..9a01609 100644 --- a/common/platform.h +++ b/common/platform.h @@ -45,8 +45,8 @@ NOTICE: This file has been modified for use in the bsc-m03 project. #if defined(_MSC_VER) #include -#else - #include +#elif defined(__GNUC__) && (defined(__x86_64__) || defined(__i386__)) + #include #endif #if defined(__GNUC__)