| Index: core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_SymbolDict.h b/core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| index 107b282c9e3ab796e4799b03e8ff5b68905de512..5c7fe3c479f9f5a93b863ddc48c2ba97666a42c3 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include <vector>
|
|
|
| -#include "../../../include/fxcrt/fx_basic.h"
|
| #include "JBig2_ArithDecoder.h"
|
| #include "JBig2_List.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
| #include "third_party/base/nonstd_unique_ptr.h"
|
|
|
| class CJBig2_Image;
|
|
|