diff --git a/src/runtime/lean.h b/src/runtime/lean.h index 89eac9cbe1..8713e27386 100644 --- a/src/runtime/lean.h +++ b/src/runtime/lean.h @@ -18,7 +18,7 @@ Author: Leonardo de Moura #ifdef __cplusplus #include #define _Atomic(t) std::atomic -#define LEAN_USING_STD using namespace std; +#define LEAN_USING_STD using namespace std; /* NOLINT */ extern "C" { #else #include