Index: third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc |
diff --git a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc |
index a4c7c42c7c4722b64b7c928d2488177102df6f8b..4686bc44d92586c70445bc9b9c36ed93b0ccec44 100644 |
--- a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc |
+++ b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc |
@@ -33,6 +33,8 @@ |
#include <google/protobuf/stubs/atomicops.h> |
+#ifdef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_X86_MSVC_H_ |
+ |
#include <windows.h> |
namespace google { |
@@ -103,4 +105,5 @@ Atomic64 Barrier_AtomicIncrement(volatile Atomic64* ptr, |
} // namespace protobuf |
} // namespace google |
+#endif // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_X86_MSVC_H_ |
#endif // GOOGLE_PROTOBUF_NO_THREADSAFETY |