Changeset - ceb94a4c22ec
[Not reviewed]
default
0 3 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-06-20 07:47:33
hy@ozderya.net
fixed build erros due to missing headers on msys2
3 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/demoreader.cpp
Show inline comments
 
@@ -17,6 +17,8 @@
 
  along with serialplot.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#include <math.h>
 

	
 
#include "demoreader.h"
 

	
 
#ifndef M_PI
src/plot.cpp
Show inline comments
 
@@ -21,6 +21,8 @@
 
#include <QKeySequence>
 
#include <QColor>
 

	
 
#include <math.h>
 

	
 
#include "plot.h"
 
#include "utils.h"
 

	
src/plotcontrolpanel.cpp
Show inline comments
 
@@ -17,10 +17,13 @@
 
  along with serialplot.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#include <QVariant>
 

	
 
#include <math.h>
 

	
 
#include "plotcontrolpanel.h"
 
#include "ui_plotcontrolpanel.h"
 

	
 
#include <QVariant>
 

	
 
/// Used for scale range selection combobox
 
struct Range
0 comments (0 inline, 0 general)