Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 121e8030a140d7d0565c194a054df38714f88ed6..e432600290c6bb3e6749e7836b916eb5e0315e17 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -6,7 +6,7 @@ |
#define V8_V8_PROFILER_H_ |
#include <vector> |
-#include "v8.h" |
+#include "v8.h" // NOLINT(build/include) |
/** |
* Profiler support for the V8 JavaScript engine. |