diff --git a/src/DebugTools/Profiler.cpp b/src/DebugTools/Profiler.cpp index 741b79b59..5724acf1d 100644 --- a/src/DebugTools/Profiler.cpp +++ b/src/DebugTools/Profiler.cpp @@ -121,7 +121,7 @@ void Profiler::printStatistics() { Debug() << "Statistics for last" << measureDuration << "frames:"; for(std::size_t i = 0; i != sections.size(); ++i) Debug() << " " << sections[totalSorted[i]] << duration_cast(totalData[totalSorted[i]]).count()/frameCount - #ifndef CORRADE_GCC44_COMPATIBILITY + #if !defined(CORRADE_GCC44_COMPATIBILITY) && !defined(CORRADE_MSVC2013_COMPATIBILITY) << u8"µs"; #else << "µs";