From 2f4989a35de68186661fd6568caecadb5b8e9ccc Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Tue, 31 May 2011 18:15:50 +0000 Subject: [PATCH] # include and , which were missing if compiled with the boost workaround enabled git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1026 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/STEPFile.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/STEPFile.h b/code/STEPFile.h index 04365dbbe..7b0c768c2 100644 --- a/code/STEPFile.h +++ b/code/STEPFile.h @@ -43,6 +43,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include +#include // #if _MSC_VER >= 1500 || (defined __GNUC___) @@ -261,6 +263,7 @@ namespace STEP { (*this) = o; } + public: operator const T& () const {