Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index cae1a9a288e9ab97250411f255a61e2cae55a411..6a3ad4a1d8f1ee00e8a7b78a10444d50c64b89ed 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -33,6 +33,7 @@ |
#include "compiler.h" |
#include "debug.h" |
#include "execution.h" |
+#include "gdbjit.h" |
Erik Corry
2011/01/05 09:00:15
This shouldn't be necessary. The .cc file doesn't
Vyacheslav Egorov (Chromium)
2011/01/18 16:10:42
Done.
|
#include "global-handles.h" |
#include "macro-assembler.h" |
#include "natives.h" |