We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30f72 commit b556d44Copy full SHA for b556d44
1 file changed
google/cloud/storage/internal/storage_stub.h
@@ -19,8 +19,6 @@
19
#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_INTERNAL_STORAGE_STUB_H
20
#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_INTERNAL_STORAGE_STUB_H
21
22
-#undef GetObject
23
-
24
#include "google/cloud/async_streaming_read_write_rpc.h"
25
#include "google/cloud/completion_queue.h"
26
#include "google/cloud/future.h"
@@ -35,6 +33,8 @@
35
33
#include <memory>
36
34
#include <utility>
37
+#undef GetObject
+
38
namespace google {
39
namespace cloud {
40
namespace storage_internal {
0 commit comments