Merge pull request #1996 from jpchow26/master

Update game_database.cpp
This commit is contained in:
Connor McLaughlin 2021-04-20 12:27:06 +10:00 committed by GitHub
commit 49cd62aa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "rapidjson/document.h"
#include "rapidjson/error/en.h"
#include <iomanip>
#include <sstream>
Log_SetChannel(GameDatabase);
GameDatabase::GameDatabase() = default;