Skip to content

Commit

Permalink
APU: Add missing include
Browse files Browse the repository at this point in the history
Fixes the build on GCC 14.
  • Loading branch information
tgsm authored and fleroviux committed May 10, 2024
1 parent 60fdedc commit f5551cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nba/src/hw/apu/apu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Refer to the included LICENSE file.
*/

#include <algorithm>
#include <cmath>
#include <nba/common/dsp/resampler/cosine.hpp>
#include <nba/common/dsp/resampler/cubic.hpp>
Expand Down

0 comments on commit f5551cc

Please sign in to comment.