aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-09-22 13:04:03 +0000
committerArne H Juul <arnej@yahooinc.com>2021-09-22 15:03:42 +0000
commit75d6bb3bb32bd2fcaa80cd8fcb2cf9455aa80b47 (patch)
tree26afe6598a5fa2aa81d788d099514e8e62966617 /storageapi
parent4abf2d0c8d2b95be6d2c437db8040bc8af87c726 (diff)
allow generated PB files outside source tree
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h b/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h
index 289e5dc355c..f5111ae8061 100644
--- a/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h
+++ b/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h
@@ -8,9 +8,9 @@
#pragma GCC diagnostic ignored "-Wsuggest-override"
#endif
-#include "feed.pb.h"
-#include "inspect.pb.h"
-#include "visiting.pb.h"
-#include "maintenance.pb.h"
+#include <vespa/storageapi/mbusprot/feed.pb.h>
+#include <vespa/storageapi/mbusprot/inspect.pb.h>
+#include <vespa/storageapi/mbusprot/visiting.pb.h>
+#include <vespa/storageapi/mbusprot/maintenance.pb.h>
#pragma GCC diagnostic pop