diff options
Diffstat (limited to 'include/grpc++/impl/sync.h')
-rw-r--r-- | include/grpc++/impl/sync.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/sync.h b/include/grpc++/impl/sync.h index 64d1003685..2f41d2bdeb 100644 --- a/include/grpc++/impl/sync.h +++ b/include/grpc++/impl/sync.h @@ -37,10 +37,9 @@ #include <grpc++/config.h> #ifdef GRPC_CXX0X_NO_THREAD -#include <grpc++/impl/sync_nocxx11.h> +#include <grpc++/impl/sync_no_cxx11.h> #else #include <grpc++/impl/sync_cxx11.h> - #endif #endif // GRPCXX_IMPL_SYNC_H |