Skip to content

Commit

Permalink
missing json.hpp includes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix committed May 21, 2018
1 parent e38446d commit 9b8ecc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/source/api/requests/check_consistency_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
//
//

#include <json.hpp>
#include <gtest/gtest.h>

#include <iota/api/requests/check_consistency.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
//
//

#include <json.hpp>
#include <gtest/gtest.h>

#include <iota/api/requests/were_addresses_spent_from.hpp>
Expand Down
1 change: 1 addition & 0 deletions test/source/api/responses/check_consistency_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
//
//

#include <json.hpp>
#include <gtest/gtest.h>

#include <iota/api/responses/check_consistency.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
//
//

#include <json.hpp>
#include <gtest/gtest.h>

#include <iota/api/responses/were_addresses_spent_from.hpp>
Expand Down

0 comments on commit 9b8ecc1

Please sign in to comment.