From 81773b4e4e2e3b2c044419176f155ac7e61f964c Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 7 Jun 2016 11:51:09 +0200 Subject: [PATCH] Update fast_atof.h Fix include brackets. --- code/fast_atof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/fast_atof.h b/code/fast_atof.h index da6706cf1..f65d72ae0 100644 --- a/code/fast_atof.h +++ b/code/fast_atof.h @@ -26,7 +26,7 @@ #ifdef _MSC_VER # include #else -#include #endif namespace Assimp