From bb6d90e4ad8ea0513c7f09a889fc50a501eb2dd5 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 28 Jan 2021 14:07:30 +0100 Subject: [PATCH] #include <> should only be used for system directories --- inferno/src/inferno/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inferno/src/inferno/settings.h b/inferno/src/inferno/settings.h index b9d6af3..d68a370 100644 --- a/inferno/src/inferno/settings.h +++ b/inferno/src/inferno/settings.h @@ -1,7 +1,7 @@ #ifndef SETTINGS_H #define SETTINGS_H -#include +#include "nlohmann/json.hpp" #include "inferno/window.h"