From 956fde6e669c03ee2be11e0f75cd7610a9b4a7fc Mon Sep 17 00:00:00 2001 From: "U-ORADEV\\albihern" Date: Mon, 20 Apr 2015 17:49:02 -0500 Subject: [PATCH] Renaming ByteSwap.h to ByteSwapper.h to let assimp compile under cygwin. --- code/LWOMaterial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LWOMaterial.cpp b/code/LWOMaterial.cpp index b6cb4e460..c6f629966 100644 --- a/code/LWOMaterial.cpp +++ b/code/LWOMaterial.cpp @@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // internal headers #include "LWOLoader.h" -#include "ByteSwap.h" +#include "ByteSwapper.h" #include