From 7666315c37139e501784a4acb1ae512859edd6f5 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Tue, 5 Feb 2008 14:27:52 +0100 Subject: [PATCH] d3dx9.h: Include d3dx9math.h before d3dx9core.h. --- include/d3dx9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d3dx9.h b/include/d3dx9.h index 62319ec24dd..5d9fd5f34a0 100644 --- a/include/d3dx9.h +++ b/include/d3dx9.h @@ -22,7 +22,7 @@ #include #include "d3d9.h" -#include "d3dx9core.h" #include "d3dx9math.h" +#include "d3dx9core.h" #endif -- 2.11.4.GIT