diff --git a/src/uvw/util.hpp b/src/uvw/util.hpp index 67bcdce5..16662fb7 100644 --- a/src/uvw/util.hpp +++ b/src/uvw/util.hpp @@ -11,6 +11,7 @@ #include #include + #ifdef _WIN32 // MSVC doesn't have C++14 relaxed constexpr support yet. Hence the jugglery. #define R_CONSTEXPR @@ -18,6 +19,7 @@ #define R_CONSTEXPR constexpr #endif + namespace uvw {