Index: src/profiler/profile-generator.h |
diff --git a/src/profiler/profile-generator.h b/src/profiler/profile-generator.h |
index fdd87f336f18ddc5ed0c3a86f3a601a02adead0b..35ad314b92688893617345bcf1fcc1190db5b9be 100644 |
--- a/src/profiler/profile-generator.h |
+++ b/src/profiler/profile-generator.h |
@@ -6,13 +6,15 @@ |
#define V8_PROFILER_PROFILE_GENERATOR_H_ |
#include <map> |
-#include "include/v8-profiler.h" |
#include "src/allocation.h" |
#include "src/base/hashmap.h" |
#include "src/compiler.h" |
#include "src/profiler/strings-storage.h" |
namespace v8 { |
+ |
+struct TickSample; |
+ |
namespace internal { |
// Provides a mapping from the offsets within generated code to |