From e35e85fe749e105f3ae7e1ee130041256251a17c Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 16 Jun 2022 15:57:05 +0200 Subject: [PATCH] FormatString.hpp in utils.h --- src/Token.cpp | 1 - src/utils.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Token.cpp b/src/Token.cpp index 430f6bb..149d680 100644 --- a/src/Token.cpp +++ b/src/Token.cpp @@ -1,5 +1,4 @@ #include "Token.h" -#include "FormatString/FormatString.hpp" #include "utils.h" const std::string token_strings[] = { diff --git a/src/utils.h b/src/utils.h index c6db02a..fd7eec9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,5 @@ #pragma once +#include "FormatString/FormatString.hpp" #include "sapphirepch.h" /* Simple function to replace a substring in a string. */