Skip to content

Commit

Permalink
Fix missed include - transaction_response
Browse files Browse the repository at this point in the history
  • Loading branch information
muratovv committed Jul 18, 2017
1 parent 436f6a3 commit 6834c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions irohad/torii/processor/transaction_processor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <rxcpp/rx.hpp>
#include <model/transaction.hpp>
#include <model/client.hpp>
#include "model/transaction_response.hpp"

namespace iroha {
namespace torii {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <gmock/gmock.h>

#include <torii/processor/transaction_processor_impl.hpp>
#include "model/tx_responses/stateless_response.hpp"

using namespace iroha;
using ::testing::Return;
Expand Down

0 comments on commit 6834c80

Please sign in to comment.