Skip to content

Commit

Permalink
Add missing include to fix max OS build
Browse files Browse the repository at this point in the history
  • Loading branch information
MobileSam committed Jan 22, 2018
1 parent dd18d55 commit 2db162e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/src/google/protobuf/message.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.

#include <iostream>
#include <stack>
#include <google/protobuf/stubs/hash.h>

Expand Down

0 comments on commit 2db162e

Please sign in to comment.