| Index: fpdfsdk/include/formfiller/FFL_Utils.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_Utils.h b/fpdfsdk/include/formfiller/FFL_Utils.h
|
| index c5ac2a2b878b2e75ed5bffb2babb09540a954f02..e64cce9ea4255732715ca5ec582b9568bbfd674d 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_Utils.h
|
| +++ b/fpdfsdk/include/formfiller/FFL_Utils.h
|
| @@ -7,7 +7,10 @@
|
| #ifndef _FFL_UTILS_H_
|
| #define _FFL_UTILS_H_
|
|
|
| -#define FFL_BASE_USERUNIT 1.0f / 72.0f
|
| +#include "../../../core/include/fpdfapi/fpdf_parser.h"
|
| +#include "../../../core/include/fxcrt/fx_memory.h"
|
| +
|
| +#define FFL_BASE_USERUNIT (1.0f / 72.0f)
|
|
|
| class CFFL_Utils
|
| {
|
|
|