Fix generate_game_infos not building with clang.

This commit is contained in:
Mr_Goldberg 2020-02-17 19:14:24 -05:00
parent 46a8736f17
commit 2204de7ce4
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <cstdint>
#include <fstream>
#include <iomanip>
#include <list>
#include <curl/curl.h>
#include <json/json.hpp>