diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-12-06 12:12:15 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-12-06 12:12:15 +0100 |
commit | 8931a95beca2b959c7ee73b154ce8a69acbe8599 (patch) | |
tree | 1b32a2b52d46a77faa0bce547c183c6852e357c4 /src/test/getarg_tests.cpp | |
parent | 7c9f7907615ff9c10a56ede5a8e47c91cb20fe3b (diff) |
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 43e3cea0d9..d3701159bf 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> |