diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-07-05 14:17:46 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-07-23 21:10:22 +0200 |
commit | 9dd793f499254600efa468938cef9baa28ac81b0 (patch) | |
tree | 5e42b1266d5e8c5fb64366778b6a3118a79adf2e /src/test/DoS_tests.cpp | |
parent | 45d1f5932ba85b8e5f3e2cc6839bf7a257ca460a (diff) |
TRIVIAL: Missing includes
Diffstat (limited to 'src/test/DoS_tests.cpp')
-rw-r--r-- | src/test/DoS_tests.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp index bf25548755..da296a0461 100644 --- a/src/test/DoS_tests.cpp +++ b/src/test/DoS_tests.cpp @@ -2,12 +2,9 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -// // Unit tests for denial-of-service detection/prevention code -// - - +#include "chainparams.h" #include "keystore.h" #include "main.h" #include "net.h" |