Module: wine Branch: master Commit: 4504b52507add4a91afcb4e1923fcc9ef2beb148 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4504b52507add4a91afcb4e192...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Fri Jul 22 16:33:18 2016 +0300
include: Add missing include directive in d3dx10tex.h.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/d3dx10tex.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/d3dx10tex.h b/include/d3dx10tex.h index a0d5aa7..25ad490 100644 --- a/include/d3dx10tex.h +++ b/include/d3dx10tex.h @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#include "d3dx10.h" + #ifndef __D3DX10TEX_H__ #define __D3DX10TEX_H__