mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
fix compiler warning about redefining _USE_MATH_DEFINES
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
480ccb00a5
commit
8e44dddda2
1 changed files with 3 additions and 2 deletions
|
@ -47,8 +47,9 @@
|
|||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qpen.h>
|
||||
|
||||
#define _USE_MATH_DEFINES
|
||||
|
||||
#ifndef _USE_MATH_DEFINES
|
||||
# define _USE_MATH_DEFINES
|
||||
#endif
|
||||
|
||||
#include "math.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue