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