From: Andrey Gusev Subject: include: Improve include directive in d3dtypes.h. Message-Id: Date: Fri, 22 Jul 2016 16:31:32 +0300 From 935a76be53357c728cb7fbe70200c02308a03f7c Mon Sep 17 00:00:00 2001 Message-Id: <935a76be53357c728cb7fbe70200c02308a03f7c.1469194219.git.andrey.goosev@gmail.com> From: Andrey Gusev Date: Fri, 22 Jul 2016 16:30:00 +0300 Subject: [PATCH] include: Improve include directive in d3dtypes.h. Signed-off-by: Andrey Gusev --- include/d3dtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d3dtypes.h b/include/d3dtypes.h index 75aee55..aaa4539 100644 --- a/include/d3dtypes.h +++ b/include/d3dtypes.h @@ -344,7 +344,7 @@ typedef struct _D3DMATRIX { } D3DMATRIX, *LPD3DMATRIX; #if defined(__cplusplus) && defined(D3D_OVERLOADS) -#include +#include "d3dvec.inl" #endif typedef struct _D3DVIEWPORT { -- 2.5.5