We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b3ecd commit 2773238Copy full SHA for 2773238
1 file changed
google/cloud/storage/testing/mock_storage_stub.h
@@ -21,6 +21,8 @@
21
#include <gmock/gmock.h>
22
#include <memory>
23
24
+#include <grpcpp/ports_def.inc>
25
+
26
namespace google {
27
namespace cloud {
28
namespace storage {
@@ -257,4 +259,6 @@ using MockAsyncBidiWriteObjectStream =
257
259
} // namespace cloud
258
260
} // namespace google
261
262
+#include <grpcpp/ports_undef.inc>
263
264
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_TESTING_MOCK_STORAGE_STUB_H
0 commit comments