From b0ffcfb5a06ac6564e876175ef659ea6b14ec34e Mon Sep 17 00:00:00 2001 From: Tomasz Grabiec Date: Tue, 14 Apr 2015 11:23:43 +0200 Subject: [PATCH] transport: Add missing include --- transport/messages/result_message.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/transport/messages/result_message.hh b/transport/messages/result_message.hh index f017c83353..be73dc140e 100644 --- a/transport/messages/result_message.hh +++ b/transport/messages/result_message.hh @@ -1,6 +1,7 @@ #pragma once #include "cql3/result_set.hh" +#include "cql3/statements/parsed_statement.hh" #include "transport/event.hh"