From c23f5fe95566f8631054ae86be32cf9bd7d84f83 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 1 Feb 2016 17:10:04 +1100 Subject: [PATCH] [common] Add #include "StdString.h" to Common/LogClass.h --- Source/Common/LogClass.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Common/LogClass.h b/Source/Common/LogClass.h index 0f2850c1c..cc9ed498c 100644 --- a/Source/Common/LogClass.h +++ b/Source/Common/LogClass.h @@ -1,5 +1,6 @@ #pragma once #include "FileClass.h" +#include "StdString.h" enum LOG_OPEN_MODE {