From 75d6bb3bb32bd2fcaa80cd8fcb2cf9455aa80b47 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Wed, 22 Sep 2021 13:04:03 +0000 Subject: allow generated PB files outside source tree --- storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'storageapi/src') 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 +#include +#include +#include #pragma GCC diagnostic pop -- cgit v1.2.3