mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 11:25:25 +00:00
include: Include math.h in d3dvec.inl as it uses sqrt().
This commit is contained in:
parent
5deab783e2
commit
cbe4203623
@ -19,6 +19,8 @@
|
||||
#ifndef __WINE_D3DVEC_INL
|
||||
#define __WINE_D3DVEC_INL
|
||||
|
||||
#include <math.h>
|
||||
|
||||
/*** constructors ***/
|
||||
|
||||
inline _D3DVECTOR::_D3DVECTOR(D3DVALUE f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user