diff options
Diffstat (limited to 'include/grpc++/impl/thd.h')
-rw-r--r-- | include/grpc++/impl/thd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/thd.h b/include/grpc++/impl/thd.h index 6a4c86a490..4c4578a92d 100644 --- a/include/grpc++/impl/thd.h +++ b/include/grpc++/impl/thd.h @@ -37,10 +37,9 @@ #include <grpc++/config.h> #ifdef GRPC_CXX0X_NO_THREAD -#include <grpc++/impl/thd_nocxx11.h> +#include <grpc++/impl/thd_no_cxx11.h> #else #include <grpc++/impl/thd_cxx11.h> - #endif #endif // GRPCXX_IMPL_THD_H |