From f6de2afd3e22fd6481b01b8cb2e41add7b7575e4 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 27 Sep 2016 16:18:22 +0200 Subject: [PATCH] foo --- src/uvw/util.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 {