Add missing QRegularExpression include
parent
5266b0e3f4
commit
22325f84e4
|
|
@ -42,6 +42,7 @@
|
||||||
#include <QLocale>
|
#include <QLocale>
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
#include <QRegularExpression>
|
||||||
|
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
NYMEA_LOGGING_CATEGORY(dcJsonRpc, "JsonRpc")
|
NYMEA_LOGGING_CATEGORY(dcJsonRpc, "JsonRpc")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue