Index: src/interpreter/bytecode-generator.h |
diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h |
index b42311b19424b4901e58dbacb43822042b58e38b..66dd1e3c1c2797afa79db8f86f0b6bc449e809d7 100644 |
--- a/src/interpreter/bytecode-generator.h |
+++ b/src/interpreter/bytecode-generator.h |
@@ -31,6 +31,7 @@ class BytecodeGenerator : public AstVisitor { |
class ContextScope; |
class ControlScope; |
class ControlScopeForIteration; |
+ class ControlScopeForSwitch; |
class ExpressionResultScope; |
class EffectResultScope; |
class AccumulatorResultScope; |