Use core/format.hpp for fmt includes

This commit is contained in:
Jonathan G Rennison
2023-07-20 16:34:59 +01:00
parent 40faaa46f4
commit 508f871c5f
15 changed files with 15 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
#include "../../stdafx.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include "macos.h"
#include <mach-o/arch.h>

View File

@@ -11,7 +11,7 @@
#include "../../stdafx.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include <nlohmann/json.hpp>
#include <windows.h>