mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 15:10:38 +00:00
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:
parent
4668ac905c
commit
63d12a7d77
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user