Andrey Gusev : include: Add missing include directive in d3dx10tex.h.

Alexandre Julliard julliard at winehq.org
Tue Jul 26 10:44:42 CDT 2016


Module: wine
Branch: master
Commit: 4504b52507add4a91afcb4e1923fcc9ef2beb148
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4504b52507add4a91afcb4e1923fcc9ef2beb148

Author: Andrey Gusev <andrey.goosev at 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 at gmail.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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__
 




More information about the wine-cvs mailing list