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. */