| 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 6ff4c2efe278500199306a7bc79106ead9118dd3..107b282c9e3ab796e4799b03e8ff5b68905de512 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| @@ -9,10 +9,10 @@
|
|
|
| #include <vector>
|
|
|
| -#include "../../../../third_party/base/nonstd_unique_ptr.h"
|
| #include "../../../include/fxcrt/fx_basic.h"
|
| #include "JBig2_ArithDecoder.h"
|
| #include "JBig2_List.h"
|
| +#include "third_party/base/nonstd_unique_ptr.h"
|
|
|
| class CJBig2_Image;
|
|
|
|
|