From 1eb0d18371efc3d30a80ce4d7722442d288bbb1e Mon Sep 17 00:00:00 2001 From: Mark's Offline <75763771+markoffline@users.noreply.github.com> Date: Wed, 15 Sep 2021 05:17:16 -0500 Subject: [PATCH] Including Assimp wasn't compiling on GNU/Linux --- include/assimp/Importer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/Importer.hpp b/include/assimp/Importer.hpp index 97f34090e..09b5b6883 100644 --- a/include/assimp/Importer.hpp +++ b/include/assimp/Importer.hpp @@ -59,7 +59,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Public ASSIMP data structures #include -//#include +#include namespace Assimp { // =======================================================================