Index: src/runtime-profiler.h |
diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
index d4357f0994d77abbca0aa904325664dd851bc55f..3d76cd0dd60a9630a4b09ec8f6b02ac4842549cd 100644 |
--- a/src/runtime-profiler.h |
+++ b/src/runtime-profiler.h |
@@ -6,7 +6,7 @@ |
#define V8_RUNTIME_PROFILER_H_ |
#include "src/allocation.h" |
-#include "src/atomicops.h" |
+#include "src/base/atomicops.h" |
Jakob Kummerow
2014/06/05 11:49:06
why include this?
|
namespace v8 { |
namespace internal { |