| Index: xfa/src/fxfa/src/app/xfa_ffchoicelist.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffchoicelist.h b/xfa/src/fxfa/src/app/xfa_ffchoicelist.h
|
| index 3646dc826f03d27e5b1644c1975dc46986ba2ed0..ef2de65ab4d626bfdb83dde56d6963e859ee3e3f 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffchoicelist.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffchoicelist.h
|
| @@ -7,6 +7,9 @@
|
| #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFCHOICELIST_H_
|
| #define XFA_SRC_FXFA_SRC_APP_XFA_FFCHOICELIST_H_
|
|
|
| +#include "xfa/src/fxfa/src/app/xfa_fffield.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| +
|
| class CXFA_FFListBox : public CXFA_FFField {
|
| public:
|
| CXFA_FFListBox(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
|
|
|