fixed missing/wrong #include's

This commit is contained in:
jkriege2 2024-01-22 18:44:46 +01:00
parent bf89200a5c
commit 1d013685bf
7 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -38,7 +38,7 @@
#include "jkqtmath/jkqtplinalgtools.h"
#include "jkqtmath/jkqtparraytools.h"
#include "jkqtcommon/jkqtpdebuggingtools.h"
#include <stdexcept>

View File

@ -20,7 +20,7 @@
#include "jkqtpstatregression.h"
#include <stdexcept>
std::function<double (double, double, double)> jkqtpStatGenerateRegressionModel(JKQTPStatRegressionModelType type) {
switch(type) {

View File

@ -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"

View File

@ -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();

View File

@ -39,7 +39,7 @@
#include <QStringList>
#include <QAbstractTableModel>
#include <QObject>
#include <stdexcept>
class JKQTPColumn; // forward declaration
class JKQTPColumnIterator; // forward declaration