stdexcept is explicetly required when building on msvc compiler (#2022)

This commit is contained in:
borgmanJeremy
2021-10-29 14:42:39 -05:00
committed by GitHub
parent 327d7a42b2
commit 9346da5e20

View File

@@ -17,6 +17,7 @@
#include <QTextStream>
#include <QVector>
#include <algorithm>
#include <stdexcept>
#if defined(Q_OS_MACOS)
#include <QProcess>
#endif