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