mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
fixed missing/wrong #include's
This commit is contained in:
parent
bf89200a5c
commit
1d013685bf
@ -21,7 +21,7 @@
|
||||
#include "jkqtcommon/jkqtpcsstools.h"
|
||||
#include "jkqtcommon/jkqtpstringtools.h"
|
||||
#include "jkqtcommon/jkqtpcodestructuring.h"
|
||||
#include <exception>
|
||||
#include <stdexcept>
|
||||
#include <QMetaEnum>
|
||||
#include <QSet>
|
||||
#include <QVector>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef JKQTPEXPECTED_H_INCLUDED
|
||||
#define JKQTPEXPECTED_H_INCLUDED
|
||||
|
||||
#include <exception>
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
/** \brief tag type for an unexpected/error result in JKQTPExpected
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "jkqtmath/jkqtplinalgtools.h"
|
||||
#include "jkqtmath/jkqtparraytools.h"
|
||||
#include "jkqtcommon/jkqtpdebuggingtools.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
#include "jkqtpstatregression.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
std::function<double (double, double, double)> jkqtpStatGenerateRegressionModel(JKQTPStatRegressionModelType type) {
|
||||
switch(type) {
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <QDebug>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include "jkqtplotter/jkqtptools.h"
|
||||
#include "jkqtplotter/graphs/jkqtpimage.h"
|
||||
#include "jkqtplotter/jkqtpbaseelements.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "jkqtplotter/graphs/jkqtpstatisticsadaptors.h"
|
||||
#include "jkqtplotter/jkqtplotter.h"
|
||||
#include "jkqtplotter/jkqtpgraphsbase.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
JKQTPXFunctionLineGraph *jkqtpstatAddLinearRegression(JKQTPXYGraph *datagraph, double *coeffA, double *coeffB, bool fixA, bool fixB) {
|
||||
JKQTBasePlotter* plt=datagraph->getParent();
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <QStringList>
|
||||
#include <QAbstractTableModel>
|
||||
#include <QObject>
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
class JKQTPColumn; // forward declaration
|
||||
class JKQTPColumnIterator; // forward declaration
|
||||
|
Loading…
Reference in New Issue
Block a user