Chromium Code Reviews| Index: fpdfsdk/include/javascript/console.h |
| diff --git a/fpdfsdk/include/javascript/console.h b/fpdfsdk/include/javascript/console.h |
| index 336ba08a0efd2234f3b7102bc1dd8c816b8be386..60326aaf8b9c62de45eaa0b9671cf3ca8cb8c239 100644 |
| --- a/fpdfsdk/include/javascript/console.h |
| +++ b/fpdfsdk/include/javascript/console.h |
| @@ -7,6 +7,8 @@ |
| #ifndef _CONSOLE_H_ |
| #define _CONSOLE_H_ |
| +#include "JS_Define.h" |
| + |
| class console : public CJS_EmbedObj |
| { |
| public: |