diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-13 11:13:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-13 11:13:19 +0700 |
commit | 6b96212dea1c13a6a8b9cc2338f97bd7ab69b05d (patch) | |
tree | ca06bf3a5efb3bea95df9d5b21084dfa1d741ca6 /misc/protobuf3/protobuf3.patch | |
parent | e87c3b1acc1ce37c691fea0f68c4e7c22363acc7 (diff) |
misc/protobuf3: Updated for version 3.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/protobuf3/protobuf3.patch')
-rw-r--r-- | misc/protobuf3/protobuf3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/protobuf3/protobuf3.patch b/misc/protobuf3/protobuf3.patch new file mode 100644 index 0000000000..8211c981fb --- /dev/null +++ b/misc/protobuf3/protobuf3.patch @@ -0,0 +1,10 @@ +--- protobuf-3.10.0/src/google/protobuf/text_format.h.orig 2019-10-13 10:42:21.345593616 +0700 ++++ protobuf-3.10.0/src/google/protobuf/text_format.h 2019-10-13 10:42:34.151188015 +0700 +@@ -42,6 +42,7 @@ + #include <memory> + #include <string> + #include <vector> ++#include <cmath> + + #include <google/protobuf/stubs/common.h> + #include <google/protobuf/descriptor.h> |