Skip to content

Commit 5dfa234

Browse files
bnoordhuisFishrock123
authored andcommitted
src: fix build/c++tr1 cpplint warnings
PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 9d0641e commit 5dfa234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <stdlib.h>
1212

1313
#ifdef __APPLE__
14-
#include <tr1/type_traits>
14+
#include <tr1/type_traits> // NOLINT(build/c++tr1)
1515
#else
1616
#include <type_traits> // std::remove_reference
1717
#endif

0 commit comments

Comments
 (0)