diff options
| author | Cory Fields <[email protected]> | 2016-05-31 17:42:38 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-07-31 14:01:44 -0400 |
| commit | 21ba407a7369a0229b8a8554dee0da63a64e6639 (patch) | |
| tree | 8a7298261bac9cc41951fcaf899455a784e7b759 /src/test/addrman_tests.cpp | |
| parent | net: move CNetAddr/CService/CSubNet out of netbase (diff) | |
| download | discoin-21ba407a7369a0229b8a8554dee0da63a64e6639.tar.xz discoin-21ba407a7369a0229b8a8554dee0da63a64e6639.zip | |
net: narrow include scope after moving to netaddress
Net functionality is no longer needed for CAddress/CAddrman/etc. now that
CNetAddr/CService/CSubNet are dumb storage classes.
Diffstat (limited to 'src/test/addrman_tests.cpp')
| -rw-r--r-- | src/test/addrman_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/addrman_tests.cpp b/src/test/addrman_tests.cpp index b84d00856..5f150e481 100644 --- a/src/test/addrman_tests.cpp +++ b/src/test/addrman_tests.cpp @@ -7,6 +7,7 @@ #include <boost/test/unit_test.hpp> #include "hash.h" +#include "netbase.h" #include "random.h" using namespace std; |