From c26b499671091e638ed7f01788c6269af94a9862 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Thu, 26 Mar 2015 15:58:18 +0100 Subject: [PATCH] Add forgotten include --- libraries/fbx/src/FSTReader.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/fbx/src/FSTReader.cpp b/libraries/fbx/src/FSTReader.cpp index 397de2bd2a..4f882d4bd8 100644 --- a/libraries/fbx/src/FSTReader.cpp +++ b/libraries/fbx/src/FSTReader.cpp @@ -9,6 +9,8 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // +#include + #include "FSTReader.h" QVariantHash parseMapping(QIODevice* device) {