1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Fixes for Android

This commit is contained in:
Jon Beniston
2024-10-21 17:11:55 +01:00
parent 89134729cc
commit 2538662c9b
5 changed files with 9 additions and 1 deletions
@@ -19,6 +19,9 @@
#include <stdio.h>
#include <errno.h>
#include <QDebug>
#ifdef ANDROID
#include <QFile>
#endif
#include "fileinputworker.h"
#include "dsp/samplesinkfifo.h"