| Index: xfa/fwl/core/fwl_threadimp.cpp
 | 
| diff --git a/xfa/fwl/core/fwl_threadimp.cpp b/xfa/fwl/core/fwl_threadimp.cpp
 | 
| index e0ec0b01e743adda897205c73c1928354b6cc3f3..66c57ebee6d06409f0facd5c2725db62a56bdd46 100644
 | 
| --- a/xfa/fwl/core/fwl_threadimp.cpp
 | 
| +++ b/xfa/fwl/core/fwl_threadimp.cpp
 | 
| @@ -9,6 +9,7 @@
 | 
|  #include "xfa/fwl/core/fwl_appimp.h"
 | 
|  #include "xfa/fwl/core/fwl_noteimp.h"
 | 
|  #include "xfa/fwl/core/fwl_targetimp.h"
 | 
| +#include "xfa/fwl/core/ifwl_notethread.h"
 | 
|  
 | 
|  void IFWL_Thread::Release() {
 | 
|    delete m_pImpl;
 | 
| 
 |