summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-06-07 18:55:25 +0200
committerHenning Baldersheim <balder@oath.com>2018-06-12 09:56:59 +0200
commitdeeb1f23b97c43195a20c5981df3a71c42ec6f3f (patch)
treebb4242f2b74d90dab15c0beb4a43ce8fbf95a247 /searchcore
parent498bd3df67182d16e021fccd5514c578838ba2bf (diff)
Reduce code visibility
Conflicts: document/src/vespa/document/update/documentupdate.h document/src/vespa/document/update/mapvalueupdate.cpp
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 3468cc68ced..0e3bffcdcc2 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 <cassert>
#include <vespa/log/log.h>
LOG_SETUP(".proton.feedoperation.updateoperation");