| Index: xfa/fwl/basewidget/fwl_monthcalendarimp.h
 | 
| diff --git a/xfa/fwl/basewidget/fwl_monthcalendarimp.h b/xfa/fwl/basewidget/fwl_monthcalendarimp.h
 | 
| index c9542cb599d8ab3ead0df80d655c6b885645771d..f1c12b530255e550e97f619386950d4d3e8154ce 100644
 | 
| --- a/xfa/fwl/basewidget/fwl_monthcalendarimp.h
 | 
| +++ b/xfa/fwl/basewidget/fwl_monthcalendarimp.h
 | 
| @@ -10,9 +10,10 @@
 | 
|  #include "xfa/fgas/localization/fgas_datetime.h"
 | 
|  #include "xfa/fwl/core/fwl_widgetimp.h"
 | 
|  
 | 
| +class CFWL_MonthCalendarImpDelegate;
 | 
| +class CFWL_MsgMouse;
 | 
|  class CFWL_WidgetImpProperties;
 | 
|  class IFWL_Widget;
 | 
| -class CFWL_MonthCalendarImpDelegate;
 | 
|  
 | 
|  extern uint8_t FX_DaysInMonth(int32_t iYear, uint8_t iMonth);
 | 
|  
 | 
| 
 |