Forward declare IOSystem in Exporter.hpp

pull/60/head
Alexander Gessler 2013-06-30 16:25:46 +02:00
parent 34d2bdd178
commit 506d3fa154
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace Assimp {
class ExporterPimpl;
class IOSystem;
// ----------------------------------------------------------------------------------