aboutsummaryrefslogtreecommitdiff
path: root/src/tools/connection_patcher/Program.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-11-28 18:37:51 +0100
committerShauren <shauren.trinity@gmail.com>2016-11-28 18:37:51 +0100
commite0fb4445cd2f5f4bb94ea23122548debddc41ba6 (patch)
treea2850cbf86c3097ef99c4bc7cb3255e2b22da63c /src/tools/connection_patcher/Program.cpp
parente43529933fbedb02c9e4b636b6e1d9d94398e5e6 (diff)
Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization
Diffstat (limited to 'src/tools/connection_patcher/Program.cpp')
-rw-r--r--src/tools/connection_patcher/Program.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/connection_patcher/Program.cpp b/src/tools/connection_patcher/Program.cpp
index 354cfa17191..b19d4f1914f 100644
--- a/src/tools/connection_patcher/Program.cpp
+++ b/src/tools/connection_patcher/Program.cpp
@@ -27,6 +27,7 @@
#include "Banner.h"
#include "CompilerDefs.h"
+#include "WheatyExceptionReport.h"
#include <boost/algorithm/string/replace.hpp>
#include <boost/program_options.hpp>
@@ -128,6 +129,7 @@ namespace Connection_Patcher
int main(int argc, char** argv)
{
+ InitializeCrashHandler();
using namespace Connection_Patcher;
try