Skip to content

Commit

Permalink
Fixed compatibility issues with protobuf 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 11, 2019
1 parent f259dd2 commit a9cc5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ tests/coverage

# Mac OS X internals
.DS_Store

# IDEs
.vscode
1 change: 1 addition & 0 deletions src/generator/strutil.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <stdlib.h>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>

namespace google {
namespace protobuf {
Expand Down

0 comments on commit a9cc5c1

Please sign in to comment.