- avoid CrashRpt references

This commit is contained in:
2019-02-05 10:19:20 +02:00
parent c303b6f09d
commit 7483db5fac

View File

@@ -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