From eee1ba09062216b0032110f5b1e6583a3ee4510c Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 9 Jun 2016 10:19:38 -0700 Subject: [PATCH] trying to get buildability --- interface/src/CrashReporter.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/src/CrashReporter.cpp b/interface/src/CrashReporter.cpp index d683c5e4df..fce472e311 100644 --- a/interface/src/CrashReporter.cpp +++ b/interface/src/CrashReporter.cpp @@ -10,17 +10,16 @@ // +#include "Application.h" #include "CrashReporter.h" #ifdef _WIN32 -#include #include #include #include #include #include -#include "Application.h" #pragma comment(lib, "Dbghelp.lib") @@ -170,4 +169,4 @@ CrashReporter::CrashReporter(QString bugSplatDatabase, QString bugSplatApplicati } } #endif -#endif \ No newline at end of file +#endif