From 19ec5d756c409fba592b871cf67b4f719c03927f Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 28 Jun 2016 21:21:21 +0200 Subject: [PATCH] src: fix build/c++tr1 cpplint warnings PR-URL: https://github.com/nodejs/node/pull/7462 Reviewed-By: Trevor Norris --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 9ad0f6c5ed..47c1a4999b 100644 --- a/src/util.h +++ b/src/util.h @@ -11,7 +11,7 @@ #include #ifdef __APPLE__ -#include +#include // NOLINT(build/c++tr1) #else #include // std::remove_reference #endif