diff --git a/pcsx2-qt/Main.cpp b/pcsx2-qt/Main.cpp index c75622ec3a..2eb632f528 100644 --- a/pcsx2-qt/Main.cpp +++ b/pcsx2-qt/Main.cpp @@ -27,6 +27,8 @@ #include "Frontend/GameList.h" #include "svnrev.h" +#include "common/CrashHandler.h" + static void PrintCommandLineVersion() { std::fprintf(stderr, "PCSX2 Version %s\n", GIT_REV); @@ -189,6 +191,8 @@ static bool ParseCommandLineOptions(int argc, char* argv[], std::shared_ptr