fix math include necessary in game_config.cpp for compile file. (#8542)

This commit is contained in:
newfrenchy83 2024-03-12 18:12:15 +01:00 committed by GitHub
parent d106238410
commit 24a75ba95c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,8 @@
#include "game_version.hpp"
#include "serialization/string_utils.hpp"
#include <cmath>
static lg::log_domain log_engine("engine");
#define LOG_NG LOG_STREAM(info, log_engine)
#define ERR_NG LOG_STREAM(err, log_engine)