Index: src/v8dll-main.cc |
=================================================================== |
--- src/v8dll-main.cc (revision 13792) |
+++ src/v8dll-main.cc (working copy) |
@@ -30,6 +30,10 @@ |
#undef USING_V8_SHARED |
#include "../include/v8.h" |
+#ifdef ENABLE_VTUNE_JIT_INTERFACE |
+#include "third_party/vtune/v8-vtune.h" |
+#endif |
danno
2013/03/07 14:19:20
shouldn't be necessary, see other comments.
|
+ |
#ifdef WIN32 |
#include <windows.h> // NOLINT |