diff options
author | Eric Anderson <ejona86@gmail.com> | 2015-02-19 18:02:23 -0800 |
---|---|---|
committer | Eric Anderson <ejona86@gmail.com> | 2015-02-19 18:02:23 -0800 |
commit | a52ba57ebfc379e2133894800dce2d36c2791db3 (patch) | |
tree | 5134f3ea72777ee1a32200a952ddb2ae3e41c2a9 /examples | |
parent | 52978e532679de045db6f6ff99b7130c998d6285 (diff) | |
parent | ba6082080ccdf8b6f80b9f106b4148cf57cfd864 (diff) |
Merge pull request #642 from nicolasnoble/gflags
Fixing gflags' include path.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pubsub/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pubsub/main.cc b/examples/pubsub/main.cc index d752685545..fb252e6c4e 100644 --- a/examples/pubsub/main.cc +++ b/examples/pubsub/main.cc @@ -40,7 +40,7 @@ #include <grpc/grpc.h> #include <grpc/support/log.h> -#include <google/gflags.h> +#include <gflags/gflags.h> #include <grpc++/channel_interface.h> #include <grpc++/create_channel.h> #include <grpc++/credentials.h> |