include-util.patch 394 B

12345678910111213
  1. --- a/src/google/protobuf/stubs/port.h (index)
  2. +++ b/src/google/protobuf/stubs/port.h (working tree)
  3. @@ -31,6 +31,10 @@
  4. #ifndef GOOGLE_PROTOBUF_STUBS_PORT_H_
  5. #define GOOGLE_PROTOBUF_STUBS_PORT_H_
  6. +#include <util/generic/string.h>
  7. +#include <util/stream/input.h>
  8. +#include <util/stream/output.h>
  9. +#include <util/system/types.h>
  10. #include <assert.h>
  11. #include <stdlib.h>
  12. #include <string.h>