From aa0c7e351096e9bbd150bb0d0eef1ef7d96fe160 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 25 Oct 2017 20:34:31 +1300 Subject: [PATCH] constinfo for unittest too --- xapian-core/tests/unittest.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xapian-core/tests/unittest.cc b/xapian-core/tests/unittest.cc index 6e890762a..46b7a5fd4 100644 --- a/xapian-core/tests/unittest.cc +++ b/xapian-core/tests/unittest.cc @@ -95,6 +95,9 @@ using namespace std; // fileutils.cc uses opendir(), etc though not in a function we currently test. #include "../common/msvc_dirent.cc" +// The UUID code uses hexdigit(). +#include "../api/constinfo.cc" + // Stub replacement, which doesn't deal with escaping or producing valid UTF-8. // The full implementation needs Xapian::Utf8Iterator and // Xapian::Unicode::append_utf8(). -- 2.11.4.GIT