FormatString.hpp in utils.h

This commit is contained in:
apio 2022-06-16 15:57:05 +02:00
parent 8b1bb00d75
commit e35e85fe74
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#include "Token.h"
#include "FormatString/FormatString.hpp"
#include "utils.h"
const std::string token_strings[] = {

View File

@ -1,4 +1,5 @@
#pragma once
#include "FormatString/FormatString.hpp"
#include "sapphirepch.h"
/* Simple function to replace a substring in a string. */