aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/eval/gbdt/model.cpp
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-01-23 13:15:15 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-01-23 13:15:15 +0000
commit30866d93d050953fdf0b82f88b6300af40fe8cf9 (patch)
tree124327c48b04b6e0f6960283b721868ddd6fea7c /eval/src/tests/eval/gbdt/model.cpp
parentd2b90d825806ba78391cae86433fad98c211bbb4 (diff)
make eval module compile and test
Diffstat (limited to 'eval/src/tests/eval/gbdt/model.cpp')
-rw-r--r--eval/src/tests/eval/gbdt/model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/tests/eval/gbdt/model.cpp b/eval/src/tests/eval/gbdt/model.cpp
index e125d9e77d2..245c111086e 100644
--- a/eval/src/tests/eval/gbdt/model.cpp
+++ b/eval/src/tests/eval/gbdt/model.cpp
@@ -2,7 +2,7 @@
#pragma once
#include <random>
-#include <vespa/vespalib/eval/function.h>
+#include <vespa/eval/eval/function.h>
using vespalib::make_string;
using vespalib::eval::Function;