summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-20 17:25:51 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-20 17:25:51 +0000
commit69c70ed148624f4cbad67ea78be0de972c93e69e (patch)
tree6a7f2ae526da1519c755799bdcef44f7e40f0b05 /searchsummary
parent8400c8e39b6b08c6f61ba19662ee1844f3264ec7 (diff)
Also include what it takes to make gcc 6 happy.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp b/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp
index 4835b41d21c..250ad272355 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp
@@ -5,8 +5,9 @@
#include "idocsumenvironment.h"
#include <vespa/searchlib/common/location.h>
#include <vespa/vespalib/stllike/asciistream.h>
-#include <vespa/log/log.h>
+#include <cmath>
+#include <vespa/log/log.h>
LOG_SETUP(".searchlib.docsummary.positionsdfw");
namespace search {