From 42695e37d7f9b559c6e3369ee465983cb5d0303b Mon Sep 17 00:00:00 2001 From: Isak Date: Sun, 18 Feb 2018 00:44:04 +0100 Subject: [PATCH] Update Functions.h Fix #include --- src/headers/Functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/headers/Functions.h b/src/headers/Functions.h index 293f2a0..799fb7b 100644 --- a/src/headers/Functions.h +++ b/src/headers/Functions.h @@ -2,7 +2,7 @@ #define FUNCTIONS_H #include -#include +#include #include #include #include "Directory.h"