diff --git a/code/DefaultIOStream.h b/code/DefaultIOStream.h index 510fc1d05..7d7450c6e 100644 --- a/code/DefaultIOStream.h +++ b/code/DefaultIOStream.h @@ -55,7 +55,7 @@ namespace Assimp { //! @note An instance of this class can exist without a valid file handle //! attached to it. All calls fail, but the instance can nevertheless be //! used with no restrictions. -class DefaultIOStream : public IOStream +class ASSIMP_API DefaultIOStream : public IOStream { friend class DefaultIOSystem; #if __ANDROID__