diff options
Diffstat (limited to 'fxjs/xfa/cjx_list.h')
-rw-r--r-- | fxjs/xfa/cjx_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_list.h b/fxjs/xfa/cjx_list.h index b4a002551a..45d827c21e 100644 --- a/fxjs/xfa/cjx_list.h +++ b/fxjs/xfa/cjx_list.h @@ -8,7 +8,7 @@ #define FXJS_XFA_CJX_LIST_H_ #include "fxjs/CJX_Define.h" -#include "fxjs/cjx_object.h" +#include "fxjs/xfa/cjx_object.h" class CXFA_List; |