| Index: xfa/src/fxfa/src/app/xfa_ffpageview.h
 | 
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpageview.h b/xfa/src/fxfa/src/app/xfa_ffpageview.h
 | 
| index 6d1926ea128e960a07999744d2cc9b20789cec68..6ee2e140fb097323eedb2584fcc7425b307b1c9d 100644
 | 
| --- a/xfa/src/fxfa/src/app/xfa_ffpageview.h
 | 
| +++ b/xfa/src/fxfa/src/app/xfa_ffpageview.h
 | 
| @@ -7,6 +7,8 @@
 | 
|  #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFPAGEVIEW_H_
 | 
|  #define XFA_SRC_FXFA_SRC_APP_XFA_FFPAGEVIEW_H_
 | 
|  
 | 
| +#include "xfa/src/fxfa/src/common/xfa_doclayout.h"
 | 
| +
 | 
|  class CXFA_FFWidget;
 | 
|  class CXFA_FFDocView;
 | 
|  class CXFA_FFPageView : public CXFA_ContainerLayoutItem, public IXFA_PageView {
 | 
| 
 |