summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-04 16:43:43 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-05 10:54:40 +0200
commit1dd717565d85ac4b84fa80b056c099ee7c740f9a (patch)
treee688911819a3269bd8c1882a95a09d58e43751b7 /searchlib
parentbdd482c97e56eb301bcbf9ec20a4455f30b99717 (diff)
Template code must be visible as we do not generate it explicit in this case.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.hpp b/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.hpp
index 698bdbf82d4..5b22809ab21 100644
--- a/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.hpp
+++ b/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.hpp
@@ -10,6 +10,7 @@
#include "attributeiterators.hpp"
#include <vespa/searchlib/queryeval/emptysearch.h>
#include <vespa/searchlib/query/queryterm.h>
+#include <vespa/searchlib/util/fileutil.hpp>
namespace search {