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

View file

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