Commit cbe42036 authored by Daniel Scharrer's avatar Daniel Scharrer Committed by Alexandre Julliard

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

parent 5deab783
......@@ -19,6 +19,8 @@
#ifndef __WINE_D3DVEC_INL
#define __WINE_D3DVEC_INL
#include <math.h>
/*** constructors ***/
inline _D3DVECTOR::_D3DVECTOR(D3DVALUE f)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment