summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-07 07:39:16 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-07 07:39:16 +0000
commit7092bc14ab8a99b496d1494e374e65a1734e9100 (patch)
tree40d2ee0e1a85acda1ea6ad8e2057892c33212c42 /searchcore/src/tests/proton/docsummary
parent13a1c96df7ea794ceca6d1ff4d154d898cae798b (diff)
GC unused StringEnum, and avoid including config in header files.
Diffstat (limited to 'searchcore/src/tests/proton/docsummary')
-rw-r--r--searchcore/src/tests/proton/docsummary/docsummary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/docsummary/docsummary.cpp b/searchcore/src/tests/proton/docsummary/docsummary.cpp
index b034b77086c..62dd1610147 100644
--- a/searchcore/src/tests/proton/docsummary/docsummary.cpp
+++ b/searchcore/src/tests/proton/docsummary/docsummary.cpp
@@ -45,6 +45,7 @@
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/util/destructor_callbacks.h>
#include <vespa/vespalib/util/size_literals.h>
+#include <vespa/config-summary.h>
#include <filesystem>
#include <regex>