diff options
| author | practicalswift <[email protected]> | 2018-12-06 12:12:15 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-12-06 12:12:15 +0100 |
| commit | 8931a95beca2b959c7ee73b154ce8a69acbe8599 (patch) | |
| tree | 1b32a2b52d46a77faa0bce547c183c6852e357c4 /src/test/getarg_tests.cpp | |
| parent | Update KNOWN_VIOLATIONS: Remove fixed violations (diff) | |
| download | discoin-8931a95beca2b959c7ee73b154ce8a69acbe8599.tar.xz discoin-8931a95beca2b959c7ee73b154ce8a69acbe8599.zip | |
Include util/strencodings.h which is required for IsSpace(...)
Diffstat (limited to 'src/test/getarg_tests.cpp')
| -rw-r--r-- | src/test/getarg_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 43e3cea0d..d3701159b 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include <util/strencodings.h> #include <util/system.h> #include <test/test_bitcoin.h> |