aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/csharp/csharp_field_base.cc
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-10 13:40:34 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-10 13:40:34 -0700
commitcacbedf04ef0ca9727e5b990a62f4146e2027f21 (patch)
treed267e2585bc813ab142ad00856a1978ffde18c37 /src/google/protobuf/compiler/csharp/csharp_field_base.cc
parent94878b308041626794e6e39a687f174f2bf04b07 (diff)
export c# naming routines publicly
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_field_base.cc')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_field_base.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_field_base.cc b/src/google/protobuf/compiler/csharp/csharp_field_base.cc
index ae7336ca..c5662bcb 100644
--- a/src/google/protobuf/compiler/csharp/csharp_field_base.cc
+++ b/src/google/protobuf/compiler/csharp/csharp_field_base.cc
@@ -43,6 +43,7 @@
#include <google/protobuf/compiler/csharp/csharp_field_base.h>
#include <google/protobuf/compiler/csharp/csharp_helpers.h>
+#include <google/protobuf/compiler/csharp/csharp_names.h>
using google::protobuf::internal::scoped_ptr;