diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/prelude.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp index 5a33e2e9..847b378f 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -15,7 +15,7 @@ #define WARN (::Corrade::Utility::Warning{}) #define ERR (::Corrade::Utility::Error{}) -#if !(defined __cpp_size_t_suffix || defined _MSC_VER && _MSVC_LANG < 202004) +#if defined __CLION_IDE__ || !(defined __cpp_size_t_suffix || defined _MSC_VER && _MSVC_LANG < 202004) #ifdef _MSC_VER #pragma system_header #else |