diff --git a/main/gui/source/crash_handlers.cpp b/main/gui/source/crash_handlers.cpp index f7184890c..567e10950 100644 --- a/main/gui/source/crash_handlers.cpp +++ b/main/gui/source/crash_handlers.cpp @@ -24,6 +24,10 @@ #if defined (OS_WINDOWS) #include + + #if !defined(_MSC_VER) + #include + #endif #elif defined (OS_MACOS) #include #endif