From c86ff987eb6497d780bbb50df3f9a4cb9a8fd14c Mon Sep 17 00:00:00 2001 From: jpchow26 Date: Mon, 19 Apr 2021 16:46:35 -0400 Subject: [PATCH] Update game_database.cpp fix windows build with missing include --- src/frontend-common/game_database.cpp | 1 + 1 file changed, 1 insertion(+) 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;