aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Eric Anderson <ejona86@gmail.com>2015-02-19 18:02:23 -0800
committerGravatar Eric Anderson <ejona86@gmail.com>2015-02-19 18:02:23 -0800
commita52ba57ebfc379e2133894800dce2d36c2791db3 (patch)
tree5134f3ea72777ee1a32200a952ddb2ae3e41c2a9 /examples
parent52978e532679de045db6f6ff99b7130c998d6285 (diff)
parentba6082080ccdf8b6f80b9f106b4148cf57cfd864 (diff)
Merge pull request #642 from nicolasnoble/gflags
Fixing gflags' include path.
Diffstat (limited to 'examples')
-rw-r--r--examples/pubsub/main.cc2
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>