diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-03-27 12:16:29 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-03-27 12:16:30 -0700 |
| commit | a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7 (patch) | |
| tree | cc0d489d07f8eabcd632e8504f0d71545aff6b87 /tests/unit_tests/net.cpp | |
| parent | 338824add3211db3cb2342ffceb1111b1482c3b2 (diff) | |
| parent | aa93e3886211621e8c3367954b35260df731fc72 (diff) | |
| download | monzero-core-a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7.tar.gz monzero-core-a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7.tar.xz monzero-core-a22cf5de1bb044bfa4bd7af2036c0f8276c6dcf7.zip | |
Merge pull request #6275
aa93e388 p2p: remove old debug commands (Aaron Hook)
Diffstat (limited to 'tests/unit_tests/net.cpp')
| -rw-r--r-- | tests/unit_tests/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/net.cpp b/tests/unit_tests/net.cpp index 221dc631d..d7787a2de 100644 --- a/tests/unit_tests/net.cpp +++ b/tests/unit_tests/net.cpp @@ -53,6 +53,7 @@ #include <memory> #include <type_traits> +#include "crypto/crypto.h" #include "net/dandelionpp.h" #include "net/error.h" #include "net/net_utils_base.h" |
