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 <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2019-10-08 19:13:50 +00:00
parent 4668ac905c
commit 63d12a7d77

View File

@ -18,6 +18,8 @@
//
#include <zebra.h>
#include <grpcpp/grpcpp.h>
#include "grpc/frr-northbound.grpc.pb.h"
#include "log.h"
#include "libfrr.h"
@ -32,9 +34,6 @@
#include <memory>
#include <string>
#include <grpcpp/grpcpp.h>
#include "grpc/frr-northbound.grpc.pb.h"
#define GRPC_DEFAULT_PORT 50051
/*