Add missing include to crashlog.h

This commit is contained in:
Jonathan G Rennison
2019-07-04 17:04:38 +01:00
parent f78b72989b
commit a1cf3358fe

View File

@@ -12,6 +12,8 @@
#ifndef CRASHLOG_H #ifndef CRASHLOG_H
#define CRASHLOG_H #define CRASHLOG_H
#include <string>
/** /**
* Helper class for creating crash logs. * Helper class for creating crash logs.
*/ */