diff options
| author | Jorge Timón <[email protected]> | 2015-07-05 14:17:46 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-07-23 21:10:22 +0200 |
| commit | 9dd793f499254600efa468938cef9baa28ac81b0 (patch) | |
| tree | 5e42b1266d5e8c5fb64366778b6a3118a79adf2e /src/test/DoS_tests.cpp | |
| parent | Merge pull request #6381 (diff) | |
| download | discoin-9dd793f499254600efa468938cef9baa28ac81b0.tar.xz discoin-9dd793f499254600efa468938cef9baa28ac81b0.zip | |
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 bf2554875..da296a046 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" |