summaryrefslogtreecommitdiffstats
path: root/persistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-25 23:48:03 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-26 16:08:04 +0200
commitdd6d7848a7b6d2e23dbd15e6b0345de0c57555e6 (patch)
tree038368862c2f230a6d8bb13d8e33566c3ef9ed1c /persistence
parent7ca62862edd0e095b3e6b4a73ffa129fea9fd158 (diff)
Include correct file.
Diffstat (limited to 'persistence')
-rw-r--r--persistence/src/vespa/persistence/spi/documentselection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/persistence/src/vespa/persistence/spi/documentselection.h b/persistence/src/vespa/persistence/spi/documentselection.h
index 54d62747e9d..a3dfb9b4c07 100644
--- a/persistence/src/vespa/persistence/spi/documentselection.h
+++ b/persistence/src/vespa/persistence/spi/documentselection.h
@@ -8,7 +8,7 @@
#pragma once
-#include "types.h"
+#include <persistence/spi/types.h>
namespace storage {
namespace spi {
@@ -29,3 +29,4 @@ class DocumentSelection
}
}
+