Update game_database.cpp
fix windows build with missing include
This commit is contained in:
parent
5af6424324
commit
c86ff987eb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue