Index: test/cctest/test-atomicops.cc |
diff --git a/test/cctest/test-atomicops.cc b/test/cctest/test-atomicops.cc |
index 54373399ae73327940c1f8b501fc6051855ca177..8b47208ba0adfc2d20bda437e187bf7115613b66 100644 |
--- a/test/cctest/test-atomicops.cc |
+++ b/test/cctest/test-atomicops.cc |
@@ -27,9 +27,10 @@ |
#include "src/v8.h" |
-#include "src/atomicops.h" |
+#include "src/base/atomicops.h" |
#include "test/cctest/cctest.h" |
+using namespace v8::base; |
using namespace v8::internal; |