diff options
Diffstat (limited to 'xfa/fxjse/value.cpp')
-rw-r--r-- | xfa/fxjse/value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxjse/value.cpp b/xfa/fxjse/value.cpp index e7a3463f28..ecd88b078d 100644 --- a/xfa/fxjse/value.cpp +++ b/xfa/fxjse/value.cpp @@ -9,7 +9,7 @@ #include <math.h> #include "xfa/fxjse/class.h" -#include "xfa/fxjse/util_inline.h" +#include "xfa/fxjse/context.h" FX_BOOL FXJSE_Value_IsUndefined(CFXJSE_Value* pValue) { return pValue && pValue->IsUndefined(); |