aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/Matcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/vespa/juniper/Matcher.cpp')
-rw-r--r--searchsummary/src/vespa/juniper/Matcher.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/searchsummary/src/vespa/juniper/Matcher.cpp b/searchsummary/src/vespa/juniper/Matcher.cpp
index 22d1bbc7e96..73362aac5a3 100644
--- a/searchsummary/src/vespa/juniper/Matcher.cpp
+++ b/searchsummary/src/vespa/juniper/Matcher.cpp
@@ -1,7 +1,5 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <algorithm>
-#include <string>
#include "query.h"
#include "juniperdebug.h"
#include "sumdesc.h"
@@ -10,6 +8,10 @@
#include "juniperparams.h"
#include "config.h"
#include <sstream>
+#include <algorithm>
+#include <string>
+#include <cinttypes>
+
#include <vespa/log/log.h>
LOG_SETUP(".juniper.matcher");