mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
Math.c wasn't using the pch header, thanks for the catch, Steven
svn path=/trunk/; revision=16350
This commit is contained in:
parent
eaf273b4ef
commit
5420982bbb
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@
|
|||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
#include <w32k.h>
|
||||
|
||||
double atan (double __x);
|
||||
double atan2 (double __y, double __x);
|
||||
|
|
Loading…
Reference in a new issue