summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-01-23 14:24:11 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-01-23 14:24:11 +0000
commitec2a4866b81fb53a5ca449f6074bdcfcf81310dc (patch)
tree2c2a2f188af98f6a5534b93e9e7689b9de024ace /searchcommon
parent30866d93d050953fdf0b82f88b6300af40fe8cf9 (diff)
make stuff compile and test
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/CMakeLists.txt1
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/config.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/searchcommon/CMakeLists.txt b/searchcommon/CMakeLists.txt
index 8418f32e736..c8ed07848d4 100644
--- a/searchcommon/CMakeLists.txt
+++ b/searchcommon/CMakeLists.txt
@@ -6,6 +6,7 @@ vespa_define_module(
vespalib
config_cloudconfig
configdefinitions
+ eval
TESTS
src/tests/attribute/config
diff --git a/searchcommon/src/vespa/searchcommon/attribute/config.h b/searchcommon/src/vespa/searchcommon/attribute/config.h
index d26cf1da930..d0b2535950f 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/config.h
+++ b/searchcommon/src/vespa/searchcommon/attribute/config.h
@@ -6,7 +6,7 @@
#include <vespa/searchcommon/attribute/collectiontype.h>
#include <vespa/searchcommon/common/growstrategy.h>
#include <vespa/searchcommon/common/compaction_strategy.h>
-#include <vespa/vespalib/eval/value_type.h>
+#include <vespa/eval/eval/value_type.h>
namespace search {
namespace attribute {