|
@@ -26,11 +26,11 @@
|
|
|
|
|
|
#include <AK/String.h>
|
|
|
#include <LibCrypto/BigInt/SignedBigInteger.h>
|
|
|
-#include <LibJS/Interpreter.h>
|
|
|
#include <LibJS/Runtime/BigIntConstructor.h>
|
|
|
#include <LibJS/Runtime/BigIntObject.h>
|
|
|
#include <LibJS/Runtime/Error.h>
|
|
|
#include <LibJS/Runtime/GlobalObject.h>
|
|
|
+#include <LibJS/Runtime/VM.h>
|
|
|
|
|
|
namespace JS {
|
|
|
|