include: Include math.h in d3dvec.inl as it uses sqrt().

This commit is contained in:
Daniel Scharrer 2011-06-02 19:46:23 +02:00 committed by Alexandre Julliard
parent 5deab783e2
commit cbe4203623
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef __WINE_D3DVEC_INL
#define __WINE_D3DVEC_INL
#include <math.h>
/*** constructors ***/
inline _D3DVECTOR::_D3DVECTOR(D3DVALUE f)