Skip to content

Commit

Permalink
Trying to fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Feb 23, 2024
1 parent 6e31424 commit d748e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/JUCE
Submodule JUCE updated 450 files
5 changes: 4 additions & 1 deletion src/processors/other/krusher/krusher_fallback_impl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#pragma once

#include <array>
#include <cmath>
#include <span>

struct Krusher_Lofi_Resample_State
{
double upsample_overshoot = 0.0;
Expand Down Expand Up @@ -157,7 +161,6 @@ inline void bit_reduce_decode (const Bit_Reduction_Block& br_block,
break;

default:
jassertfalse;
break;
}
}
Expand Down

0 comments on commit d748e69

Please sign in to comment.