stdexcept is explicetly required when building on msvc compiler (#2022)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <QTextStream>
|
||||
#include <QVector>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
#if defined(Q_OS_MACOS)
|
||||
#include <QProcess>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user