Skip to content

Commit

Permalink
Merge pull request f4exb#1849 from srcejon/fix_1846
Browse files Browse the repository at this point in the history
Fix compilation on Windows
  • Loading branch information
f4exb authored Oct 17, 2023
2 parents 9abd62f + d2c1ba8 commit cdc9ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdrbase/dsp/downchannelizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////

#include <array>

#include <QString>
#include <QDebug>

Expand Down
1 change: 1 addition & 0 deletions sdrbase/dsp/upchannelizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////

#include <array>

#include <QString>
#include <QDebug>
Expand Down

0 comments on commit cdc9ddb

Please sign in to comment.