Skip to content

Commit

Permalink
add missing include for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Jan 23, 2024
1 parent 2ddd4bf commit 3a6ba4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit_tests/sound_effects_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <oalpp/effects/utility/effect_chain.hpp>
#include <oalpp/effects/utility/gain.hpp>
#include <oalpp/effects/utility/phase_flip.hpp>
#include <algorithm>

TEST_CASE("SoundEffect returns zero on zero input", "[SoundEffect]")
{
Expand Down

0 comments on commit 3a6ba4a

Please sign in to comment.