I have the following code which I'm really struggling to compile:
#include <stdio.h>
#include <stdlib.h>
#include "test.pb.h"
using namespace google::protobuf;
using namespace std;
protobuf::RpcChannel* channel; //error on this line!
I keep getting this 'protobuf' does not name a type error. I have no idea how to fix this ;(
Any insight greatly appreciated.
Many thanks in advance,