We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7ff68 commit ef30f72Copy full SHA for ef30f72
1 file changed
google/cloud/storage/internal/storage_stub.cc
@@ -16,7 +16,6 @@
16
// If you make any local changes, they will be lost.
17
// source: google/storage/v2/storage.proto
18
19
-#undef GetObject
20
21
#include "google/cloud/storage/internal/storage_stub.h"
22
#include "google/cloud/grpc_error_delegate.h"
@@ -29,6 +28,8 @@
29
28
#include <memory>
30
#include <utility>
31
+#undef GetObject
32
+
33
namespace google {
34
namespace cloud {
35
namespace storage_internal {
0 commit comments