diff --git a/src/frontend-common/game_database.cpp b/src/frontend-common/game_database.cpp index 2ee0180bc..8d74fc85e 100644 --- a/src/frontend-common/game_database.cpp +++ b/src/frontend-common/game_database.cpp @@ -8,6 +8,7 @@ #include "rapidjson/document.h" #include "rapidjson/error/en.h" #include +#include Log_SetChannel(GameDatabase); GameDatabase::GameDatabase() = default;