summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include/fx_stm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/include/fx_stm.h')
-rw-r--r--xfa/src/fgas/include/fx_stm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fgas/include/fx_stm.h b/xfa/src/fgas/include/fx_stm.h
index cfd863d08c..199a03f677 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,