| Index: fpdfsdk/fsdk_mgr.cpp
|
| diff --git a/fpdfsdk/fsdk_mgr.cpp b/fpdfsdk/fsdk_mgr.cpp
|
| index 38ca5a1542e20c30d337512e1500d1e96336a848..f7fdae6dd87f9c03bad4fb579f1066caeb1dd2c8 100644
|
| --- a/fpdfsdk/fsdk_mgr.cpp
|
| +++ b/fpdfsdk/fsdk_mgr.cpp
|
| @@ -17,7 +17,10 @@
|
| #include "core/fxcrt/include/cfx_retain_ptr.h"
|
| #include "core/fxge/include/cfx_renderdevice.h"
|
| #include "fpdfsdk/formfiller/cffl_formfiller.h"
|
| +#include "fpdfsdk/include/cpdfsdk_annothandlermgr.h"
|
| +#include "fpdfsdk/include/cpdfsdk_annotiterator.h"
|
| #include "fpdfsdk/include/fsdk_define.h"
|
| +#include "fpdfsdk/include/ipdfsdk_annothandler.h"
|
| #include "fpdfsdk/javascript/ijs_runtime.h"
|
| #include "public/fpdf_ext.h"
|
| #include "third_party/base/stl_util.h"
|
|
|