diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 68eb70925..d31739c24 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -186,6 +186,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat #ifdef CORRADE_GCC47_COMPATIBILITY Debug() << " CORRADE_GCC47_COMPATIBILITY"; #endif + #ifdef CORRADE_MSVC2013_COMPATIBILITY + Debug() << " CORRADE_MSVC2013_COMPATIBILITY"; + #endif #ifdef CORRADE_BUILD_DEPRECATED Debug() << " CORRADE_BUILD_DEPRECATED"; #endif