| Index: xfa/src/fgas/include/fx_stm.h
|
| diff --git a/xfa/src/fgas/include/fx_stm.h b/xfa/src/fgas/include/fx_stm.h
|
| index cfd863d08c1294a2fe01aada4f0db09da8071711..199a03f677f7dac10620528ac3cc903e76a1c25e 100644
|
| --- a/xfa/src/fgas/include/fx_stm.h
|
| +++ b/xfa/src/fgas/include/fx_stm.h
|
| @@ -7,7 +7,10 @@
|
| #ifndef XFA_SRC_FGAS_INCLUDE_FX_STM_H_
|
| #define XFA_SRC_FGAS_INCLUDE_FX_STM_H_
|
|
|
| +#include "core/include/fxcrt/fx_stream.h"
|
| +
|
| class IFX_Stream;
|
| +
|
| IFX_FileRead* FX_CreateFileRead(IFX_Stream* pBaseStream,
|
| FX_BOOL bReleaseStream = FALSE);
|
| IFX_FileRead* FX_CreateFileRead(IFX_BufferRead* pBufferRead,
|
|
|