Add missing <string> include

This commit is contained in:
Oliver Hamlet
2021-12-08 19:57:00 +00:00
parent d7adf37560
commit f387dfdfc8
+2
View File
@@ -24,6 +24,8 @@
#ifndef LOOT_SIMPLE_MESSAGE
#define LOOT_SIMPLE_MESSAGE
#include <string>
#include "loot/enum/message_type.h"
namespace loot {