| Index: xfa/fwl/lightwidget/theme.cpp
 | 
| diff --git a/xfa/fwl/lightwidget/theme.cpp b/xfa/fwl/lightwidget/theme.cpp
 | 
| index fe9f55928b56f88c3791948fc574c4ebe29aeb83..950d70e9447bc0255c9bd13d04052f74b4da57a0 100644
 | 
| --- a/xfa/fwl/lightwidget/theme.cpp
 | 
| +++ b/xfa/fwl/lightwidget/theme.cpp
 | 
| @@ -8,6 +8,9 @@
 | 
|  
 | 
|  #include <algorithm>
 | 
|  
 | 
| +#include "xfa/fwl/core/cfwl_themebackground.h"
 | 
| +#include "xfa/fwl/core/cfwl_themepart.h"
 | 
| +#include "xfa/fwl/core/cfwl_themetext.h"
 | 
|  #include "xfa/include/fwl/theme/barcodetp.h"
 | 
|  #include "xfa/include/fwl/theme/carettp.h"
 | 
|  #include "xfa/include/fwl/theme/checkboxtp.h"
 | 
| 
 |