diff options
Diffstat (limited to 'deps/v8/src/shell.h')
-rw-r--r-- | deps/v8/src/shell.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/src/shell.h b/deps/v8/src/shell.h index 4042c07ca..671245128 100644 --- a/deps/v8/src/shell.h +++ b/deps/v8/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_ |