summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-05-04 12:01:56 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-05-04 12:01:56 +0200
commit7a92db90982143488eca60be8ce4726674eacfc3 (patch)
treea7ba99d72a9abb5494041539a43bba87368b7d94 /storage
parentd74a4dd574b62f9c8619929d7f919807ff92321d (diff)
Must give path for configs to build out of source and to build in CLion.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/bucketdb/bucketmanager.h2
-rw-r--r--storage/src/vespa/storage/visiting/visitormanager.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/bucketdb/bucketmanager.h b/storage/src/vespa/storage/bucketdb/bucketmanager.h
index 7b8a5857924..e0f3ed5a556 100644
--- a/storage/src/vespa/storage/bucketdb/bucketmanager.h
+++ b/storage/src/vespa/storage/bucketdb/bucketmanager.h
@@ -12,7 +12,7 @@
#pragma once
-#include "config-stor-bucketdb.h"
+#include <vespa/storage/bucketdb/config-stor-bucketdb.h>
#include "storbucketdb.h"
#include "bucketmanagermetrics.h"
#include <vespa/storage/common/bucketmessages.h>
diff --git a/storage/src/vespa/storage/visiting/visitormanager.h b/storage/src/vespa/storage/visiting/visitormanager.h
index b966526ad7a..119517d8d2a 100644
--- a/storage/src/vespa/storage/visiting/visitormanager.h
+++ b/storage/src/vespa/storage/visiting/visitormanager.h
@@ -23,7 +23,7 @@
#include "visitor.h"
#include "visitormetrics.h"
#include "visitorthread.h"
-#include "config-stor-visitor.h"
+#include <vespa/storage/visiting/config-stor-visitor.h>
#include <vespa/storageframework/storageframework.h>
#include <vespa/storage/common/storagelink.h>
#include <vespa/storageapi/message/datagram.h>