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

This commit is contained in:
Mutzi 2024-05-21 15:44:32 +02:00
parent 868497293c
commit 702c18673c
Signed by: root
GPG Key ID: 2437494E09F13876

View File

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