Chromium Code Reviews| Index: src/shell.h |
| diff --git a/src/shell.h b/src/shell.h |
| index 4042c07ca211f7ff9bdedddae242c2299df9fa88..671245128785f53debcf168f5621fa855d2cde9f 100644 |
| --- a/src/shell.h |
| +++ b/src/shell.h |
| @@ -27,6 +27,9 @@ |
| // |
| // A simple interactive shell. Enable with --shell. |
| +#ifndef V8_SHELL_H_ |
| +#define V8_SHELL_H_ |
| + |
| #include "../public/debug.h" |
| namespace v8 { namespace internal { |
| @@ -47,3 +50,5 @@ class Shell { |
| }; |
| } } // namespace v8::internal |
| + |
| +#endif // V8_SHELL_H_ |