From 983a0c5002064d7ee7b0edaee7bd7b3169531a5e Mon Sep 17 00:00:00 2001 From: Charl Wentzel Date: Tue, 1 Aug 2017 08:56:50 +0200 Subject: [PATCH] Bug fix: - Included string.h on FunctionCore.h --- FunctionCore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunctionCore.h b/FunctionCore.h index 2194914..a48e8eb 100644 --- a/FunctionCore.h +++ b/FunctionCore.h @@ -9,7 +9,7 @@ #define REDACORE_FUNCTIONCORE_H_ // Standard C/C++ Libraries -/* none */ +#include // redA Libraries #include "LogCore.h"