summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-06-12 09:44:46 +0200
committerHenning Baldersheim <balder@oath.com>2018-06-12 09:56:59 +0200
commit49ea989662f402f6c96737636b497724a4bb457f (patch)
treedf62deb03ea1676c31c1a6b2b49545988bf19e08 /searchcore
parentdeeb1f23b97c43195a20c5981df3a71c42ec6f3f (diff)
Add missing bytebuffer.h include
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/feedoperation/updateoperation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/feedoperation/updateoperation.cpp b/searchcore/src/vespa/searchcore/proton/feedoperation/updateoperation.cpp
index 0e3bffcdcc2..d31f1faec77 100644
--- a/searchcore/src/vespa/searchcore/proton/feedoperation/updateoperation.cpp
+++ b/searchcore/src/vespa/searchcore/proton/feedoperation/updateoperation.cpp
@@ -2,6 +2,7 @@
#include "updateoperation.h"
#include <vespa/document/base/exceptions.h>
#include <vespa/document/update/documentupdate.h>
+#include <vespa/document/util/bytebuffer.h>
#include <cassert>
#include <vespa/log/log.h>