From 37572f0f52320d3508f1a7ab28ffd831cec80f25 Mon Sep 17 00:00:00 2001 From: Madrich Date: Sat, 14 Mar 2015 14:22:55 +0100 Subject: [PATCH] Missing include map --- include/assimp/Exporter.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/assimp/Exporter.hpp b/include/assimp/Exporter.hpp index 168edfefa..0e32d4397 100644 --- a/include/assimp/Exporter.hpp +++ b/include/assimp/Exporter.hpp @@ -48,6 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef ASSIMP_BUILD_NO_EXPORT #include "cexport.h" +#include namespace Assimp { class ExporterPimpl;