aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/thd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/thd.h')
-rw-r--r--include/grpc++/impl/thd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/grpc++/impl/thd.h b/include/grpc++/impl/thd.h
index f8d4258ac6..87e1005d97 100644
--- a/include/grpc++/impl/thd.h
+++ b/include/grpc++/impl/thd.h
@@ -34,12 +34,12 @@
#ifndef GRPCXX_IMPL_THD_H
#define GRPCXX_IMPL_THD_H
-#include <grpc++/support/config.h>
+#include <thread>
-#ifdef GRPC_CXX0X_NO_THREAD
-#include <grpc++/impl/thd_no_cxx11.h>
-#else
-#include <grpc++/impl/thd_cxx11.h>
-#endif
+namespace grpc {
+
+using std::thread;
+
+} // namespace grpc
#endif // GRPCXX_IMPL_THD_H