Fix RPC pimp iwyu

Reviewers: dgleich

Reviewed By: dgleich

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1055
This commit is contained in:
florijan 2017-12-13 15:12:53 +01:00
parent 0cc1ac92b0
commit b42169a0cb

View File

@ -8,6 +8,8 @@
#include "cereal/types/utility.hpp"
#include "cereal/types/vector.hpp"
#include "communication/messaging/local.hpp"
#define RPC_NO_MEMBER_MESSAGE(name) \
using communication::messaging::Message; \
struct name : public Message { \