diff options
Diffstat (limited to 'xfa/fwl/theme/datetimepickertp.cpp')
-rw-r--r-- | xfa/fwl/theme/datetimepickertp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fwl/theme/datetimepickertp.cpp b/xfa/fwl/theme/datetimepickertp.cpp index 5efe0b850e..99c5ccb448 100644 --- a/xfa/fwl/theme/datetimepickertp.cpp +++ b/xfa/fwl/theme/datetimepickertp.cpp @@ -6,7 +6,8 @@ #include "xfa/include/fwl/theme/datetimepickertp.h" -#include "xfa/include/fwl/basewidget/fwl_datetimepicker.h" +#include "xfa/fwl/basewidget/ifwl_datetimepicker.h" +#include "xfa/fwl/core/cfwl_themebackground.h" CFWL_DateTimePickerTP::CFWL_DateTimePickerTP() { m_pThemeData = new DTPThemeData; |