summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2016-11-21 16:00:56 +0100
committerGitHub <noreply@github.com>2016-11-21 16:00:56 +0100
commitf4d073b7a25983a8c646aa179dd97fb70369f5db (patch)
tree312b9b7b766421ef46b5204ae36904d06f833c1d /searchcore
parentf3fa5da31671777460346560b40c08385c850ef0 (diff)
parent43402cc6675f5c97b170faba8f6f07bb0d1c63dc (diff)
Merge pull request #1153 from yahoo/geirst/fix-address-space-include
Fix include statement.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/address_space_usage_stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/address_space_usage_stats.h b/searchcore/src/vespa/searchcore/proton/attribute/address_space_usage_stats.h
index 96f66793382..3d7346d1159 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/address_space_usage_stats.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/address_space_usage_stats.h
@@ -2,7 +2,7 @@
#pragma once
-#include <vespa/searchlib/attribute/address_space.h>
+#include <vespa/searchlib/common/address_space.h>
#include <vespa/vespalib/stllike/string.h>
namespace proton {