Added fstream include
All checks were successful
/ Build the server (push) Successful in 7m0s

This commit is contained in:
2024-05-21 15:44:32 +02:00
parent 868497293c
commit 702c18673c

View File

@@ -1,4 +1,5 @@
#include "data_internal.hxx"
#include <fstream>
template<typename... Args>
inline void ok(bool ok, spdlog::format_string_t<Args...> fmt, Args &&...args) {