1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 01:39:05 -05:00

Fix compilation on Windows

This commit is contained in:
Jon Beniston 2023-10-17 11:36:27 +01:00
parent 9abd62f40e
commit d2c1ba8e18
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // // along with this program. If not, see <http://www.gnu.org/licenses/>. //
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
#include <array>
#include <QString> #include <QString>
#include <QDebug> #include <QDebug>

View File

@ -16,6 +16,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // // along with this program. If not, see <http://www.gnu.org/licenses/>. //
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
#include <array>
#include <QString> #include <QString>
#include <QDebug> #include <QDebug>