diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-06-25 23:12:48 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-06-25 23:12:48 -0700 |
commit | 3edd91e680e7471caa6e299aab92d1c649b153e5 (patch) | |
tree | fc27487339afe956e753c88a6b518a4a85b05105 /src/compiler | |
parent | e3321cc00abfe15f3af4fa3e7f7757682091c081 (diff) | |
parent | 224b04f6ef68549a7461e048fb2614974d69ee70 (diff) |
Merge pull request #2214 from ctiller/are-includes-sane
Add a test that headers are properly in build.json
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/python_generator.cc | 2 |
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" |