workaround for GetObject windows.h macro and rapidjson conflict

pull/235/head
xiphon 4 years ago
parent f52e0f40c6
commit c075aa7a6c

@ -30,11 +30,11 @@
#include <boost/utility/string_ref.hpp>
#include <cstring>
#include "string_tools.h" // out of order because windows.h GetObject macro conflicts with GenericValue<..>::GetObject()
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include "string_tools.h"
#include "cryptonote_basic/cryptonote_basic.h"
#include "rpc/message_data_structs.h"
#include "cryptonote_protocol/cryptonote_protocol_defs.h"

Loading…
Cancel
Save