Fix 'nlohmann::json' type forwarding

pull/4672/head
Javier Jaramago Fernández 2 years ago
parent ab21b4605c
commit b5fa72510d

@ -13,7 +13,7 @@
#ifndef PROXYJSON
#define PROXYJSON
namespace nlohmann { class json; }
#include "../deps/json/json_fwd.hpp"
#endif // PROXYJSON
class MySQL_Session;

Loading…
Cancel
Save