diff options
| author | Pieter Wuille <[email protected]> | 2015-10-28 02:25:45 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-10-28 02:30:31 +0100 |
| commit | 4764f5db9d2c68e517fe2ba1d67dde39987a525c (patch) | |
| tree | 7b4ab6474a2043d0f10ee10f5429580534342697 /src/bench/bench.cpp | |
| parent | Merge pull request #6776 (diff) | |
| parent | [Trivial] ensure minimal header conventions (diff) | |
| download | discoin-4764f5db9d2c68e517fe2ba1d67dde39987a525c.tar.xz discoin-4764f5db9d2c68e517fe2ba1d67dde39987a525c.zip | |
Merge pull request #6892
214de7e [Trivial] ensure minimal header conventions (Philip Kaufmann)
Diffstat (limited to 'src/bench/bench.cpp')
| -rw-r--r-- | src/bench/bench.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index 89c3b0cc2..6ee3cdc27 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -1,7 +1,9 @@ // Copyright (c) 2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. + #include "bench.h" + #include <iostream> #include <sys/time.h> |