Update game_database.cpp
fix windows build with missing include
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user