mirror of https://github.com/fltk/fltk
Use <FL/math.h> since Windows doesn't define M_PI.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
9a52731601
commit
887698cb85
|
@ -40,7 +40,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <FL/math.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include "sudokurc.h"
|
||||
|
|
Loading…
Reference in New Issue