mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
added missing #include
This commit is contained in:
parent
4626e4388e
commit
c03ad2b506
@ -32,7 +32,12 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
#if (QT_VERSION>=QT_VERSION_CHECK(6, 0, 0))
|
||||||
|
#include<QRegularExpression>
|
||||||
|
#include<QRegularExpressionMatch>
|
||||||
|
#else
|
||||||
|
#include<QRegExp>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user