Changeset - 8d33924610a0
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-06-18 11:48:28
hy@ozderya.net
fix build failure on msys2 related to undefined M_PI
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/demoreader.cpp
Show inline comments
 
@@ -19,6 +19,10 @@
 

	
 
#include "demoreader.h"
 

	
 
#ifndef M_PI
 
#define M_PI 3.14159265358979323846
 
#endif
 

	
 
DemoReader::DemoReader(QIODevice* device, ChannelManager* channelMan, QObject *parent) :
 
    AbstractReader(device, channelMan, parent)
 
{
0 comments (0 inline, 0 general)