Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 diff -ru protobuf2/src/google/protobuf/descriptor.h protobuf/src/google/protobuf /descriptor.h | |
| 2 --- protobuf2/src/google/protobuf/descriptor.h 2017-07-06 15:32:27.892104861 -0 700 | |
| 3 +++ protobuf/src/google/protobuf/descriptor.h 2017-07-06 15:19:07.042709476 -0 700 | |
| 4 @@ -54,6 +54,7 @@ | |
| 5 #ifndef GOOGLE_PROTOBUF_DESCRIPTOR_H__ | |
| 6 #define GOOGLE_PROTOBUF_DESCRIPTOR_H__ | |
| 7 | |
| 8 +#include <map> | |
| 9 #include <memory> | |
| 10 #ifndef _SHARED_PTR_H | |
| 11 #include <google/protobuf/stubs/shared_ptr.h> | |
| OLD | NEW |