diff --git a/src/engine/helper/HL_CrashRpt.cpp b/src/engine/helper/HL_CrashRpt.cpp index 0b819eb5..fbd8a003 100644 --- a/src/engine/helper/HL_CrashRpt.cpp +++ b/src/engine/helper/HL_CrashRpt.cpp @@ -1,3 +1,5 @@ +#if defined(USE_CRASHRPT) + #include "HL_CrashRpt.h" #include "HL_String.h" @@ -168,3 +170,5 @@ CrashReporterGuard::~CrashReporterGuard() { CrashReporter::free(); } + +#endif