- avoid CrashRpt references

This commit is contained in:
Dmytro Bogovych 2019-02-05 10:19:20 +02:00
parent c303b6f09d
commit 7483db5fac
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#if defined(USE_CRASHRPT)
#include "HL_CrashRpt.h" #include "HL_CrashRpt.h"
#include "HL_String.h" #include "HL_String.h"
@ -168,3 +170,5 @@ CrashReporterGuard::~CrashReporterGuard()
{ {
CrashReporter::free(); CrashReporter::free();
} }
#endif