summaryrefslogtreecommitdiffstats
path: root/core/pch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/pch.hh')
-rw-r--r--core/pch.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pch.hh b/core/pch.hh
index 75ed0f6..795a287 100644
--- a/core/pch.hh
+++ b/core/pch.hh
@@ -10,7 +10,9 @@
#include <algorithm>
#include <chrono>
+#include <concepts>
#include <filesystem>
+#include <format>
#include <iostream>
#include <limits>
#include <mutex>
@@ -40,7 +42,6 @@
#include <physfs.h>
-#include <spdlog/fmt/fmt.h>
#include <spdlog/spdlog.h>
#include <stb_image.h>