Skip to content

Commit

Permalink
Fix Iroha's build on some environments (missed includes).
Browse files Browse the repository at this point in the history
  • Loading branch information
luckychess committed Jul 22, 2017
1 parent 4f8cec1 commit 7dc917d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions irohad/ametsuchi/impl/storage_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <nonstd/optional.hpp>
#include <pqxx/pqxx>
#include <shared_mutex>
#include <cmath>
#include "ametsuchi/block_serializer.hpp"
#include "ametsuchi/impl/flat_file/flat_file.hpp"
#include "ametsuchi/storage.hpp"
Expand Down
1 change: 1 addition & 0 deletions irohad/validation/impl/stateful_validator_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <algorithm>
#include <numeric>
#include "validation/impl/stateful_validatior_impl.hpp"

namespace iroha {
Expand Down

0 comments on commit 7dc917d

Please sign in to comment.