From afbf462ed087f4ec0dd117dbacc98b283add45a2 Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Thu, 21 Mar 2024 22:28:33 +0100 Subject: [PATCH] revision --- examples/meshtastic/cpp/android.cpp | 1 + examples/meshtastic/cpp/qt.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/meshtastic/cpp/android.cpp b/examples/meshtastic/cpp/android.cpp index db68696..4e8c327 100644 --- a/examples/meshtastic/cpp/android.cpp +++ b/examples/meshtastic/cpp/android.cpp @@ -1,6 +1,7 @@ #include "qt.h" #if (QT_VERSION < 0x060000) + #include #include #include #else diff --git a/examples/meshtastic/cpp/qt.cpp b/examples/meshtastic/cpp/qt.cpp index a848b99..c5275fc 100644 --- a/examples/meshtastic/cpp/qt.cpp +++ b/examples/meshtastic/cpp/qt.cpp @@ -15,6 +15,7 @@ #ifdef Q_OS_ANDROID #include "rep_qtandroidservice_replica.h" #if (QT_VERSION < 0x060000) + #include #include #include #else