Chromium Code Reviews| Index: xfa/src/fxjse/src/class.h |
| diff --git a/xfa/src/fxjse/src/class.h b/xfa/src/fxjse/src/class.h |
| index 763b3236ecd0c686bb3e8ca78e539d823c0cfa51..89c49abcf67673e6f909884ed759e78886d1913e 100644 |
| --- a/xfa/src/fxjse/src/class.h |
| +++ b/xfa/src/fxjse/src/class.h |
| @@ -7,8 +7,11 @@ |
| #ifndef XFA_SRC_FXJSE_SRC_CLASS_H_ |
| #define XFA_SRC_FXJSE_SRC_CLASS_H_ |
| +#include <v8.h> |
| + |
| class CFXJSE_Context; |
| class CFXJSE_Value; |
| + |
| class CFXJSE_Class { |
| protected: |
| CFXJSE_Class(CFXJSE_Context* lpContext) |