Add missing QRegularExpression include

pull/1135/head
Simon Stürz 2026-01-09 21:54:05 +01:00
parent 5266b0e3f4
commit 22325f84e4
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <QLocale>
#include <QDir>
#include <QStandardPaths>
#include <QRegularExpression>
#include "logging.h"
NYMEA_LOGGING_CATEGORY(dcJsonRpc, "JsonRpc")