From 8931a95beca2b959c7ee73b154ce8a69acbe8599 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 6 Dec 2018 12:12:15 +0100 Subject: [PATCH] Include util/strencodings.h which is required for IsSpace(...) --- src/test/getarg_tests.cpp | 1 + 1 file changed, 1 insertion(+) 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 #include #include