Skip to content

Commit

Permalink
Added required include (hyperledger-iroha#1440)
Browse files Browse the repository at this point in the history
Signed-off-by: Akvinikym <[email protected]>
Necessary include for proto_query file is added
  • Loading branch information
Akvinikym authored Jun 8, 2018
1 parent 8c01287 commit d746918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared_model/backend/protobuf/queries/impl/proto_query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

#include "backend/protobuf/queries/proto_query.hpp"
#include "utils/variant_deserializer.hpp"
#include "backend/protobuf/util.hpp"

namespace shared_model {
Expand Down

0 comments on commit d746918

Please sign in to comment.