Skip to content

Commit

Permalink
added missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Jan 9, 2024
1 parent 4626e43 commit c03ad2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/jkqtplotter/jkqtptools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
#include <cstdio>
#include <ctype.h>
#include <locale>

#if (QT_VERSION>=QT_VERSION_CHECK(6, 0, 0))
#include<QRegularExpression>
#include<QRegularExpressionMatch>
#else
#include<QRegExp>
#endif



Expand Down

0 comments on commit c03ad2b

Please sign in to comment.