aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-25 06:58:00 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-25 06:58:00 -0700
commitf75fc12e3a1a614ee2d5d565742764e47d9aef96 (patch)
tree2a6c23e2e778f2c976fbe7aafb8f5069713d3525 /src/compiler/python_generator.cc
parentbe79da21c5fab8cfc34c594ff27a28975b565eab (diff)
Add a test that headers are properly in build.json
Clean up anything that failed
Diffstat (limited to 'src/compiler/python_generator.cc')
-rw-r--r--src/compiler/python_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/python_generator.cc b/src/compiler/python_generator.cc
index 72149bc4e3..724b69c703 100644
--- a/src/compiler/python_generator.cc
+++ b/src/compiler/python_generator.cc
@@ -42,7 +42,7 @@
#include <tuple>
#include <vector>
-#include "grpc++/config.h"
+#include <grpc++/config.h>
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"
#include "src/compiler/python_generator.h"