From 63d12a7d77c82fe9a88af54eacd6d9211c5f0d8f Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 8 Oct 2019 19:13:50 +0000 Subject: [PATCH] lib: fix gRPC northbound plugin build Some issues with our internal vector type being typedef'd as `vector`, which conflicts with the C++ standard vector class... Signed-off-by: Quentin Young --- lib/northbound_grpc.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/northbound_grpc.cpp b/lib/northbound_grpc.cpp index 1d6317b005..218cae4e74 100644 --- a/lib/northbound_grpc.cpp +++ b/lib/northbound_grpc.cpp @@ -18,6 +18,8 @@ // #include +#include +#include "grpc/frr-northbound.grpc.pb.h" #include "log.h" #include "libfrr.h" @@ -32,9 +34,6 @@ #include #include -#include -#include "grpc/frr-northbound.grpc.pb.h" - #define GRPC_DEFAULT_PORT 50051 /*