Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: third_party/protobuf/patches/0012-add-map-include.patch

Issue 2974603002: [Protobuf] Add <map> include to workaround a gcc bug (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff -ru protobuf/src/google/protobuf/descriptor.h protobuf2/src/google/protobuf /descriptor.h
2 --- protobuf/src/google/protobuf/descriptor.h 2017-07-06 15:19:07.042709476 -0 700
3 +++ protobuf2/src/google/protobuf/descriptor.h 2017-07-06 15:32:27.892104861 -0 700
4 @@ -54,7 +54,6 @@
5 #ifndef GOOGLE_PROTOBUF_DESCRIPTOR_H__
6 #define GOOGLE_PROTOBUF_DESCRIPTOR_H__
7
8 -#include <map>
Peter Kasting 2017/07/06 23:19:23 Is this a reversed delta?
Tom Anderson 2017/07/06 23:51:08 Yep, oops
9 #include <memory>
10 #ifndef _SHARED_PTR_H
11 #include <google/protobuf/stubs/shared_ptr.h>
OLDNEW
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/src/google/protobuf/descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698