Skip to content

Commit

Permalink
fix: politely obey to false-positive linter check
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsek committed Nov 15, 2024
1 parent e50355f commit 4fc9044
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <algorithm>

#include "AudioArray.h"
#include "VectorMath.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <memory>
#include <algorithm>

namespace audioapi {

Expand Down
1 change: 1 addition & 0 deletions packages/react-native-audio-api/common/cpp/core/AudioBus.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <memory>
#include <vector>
#include <algorithm>

namespace audioapi {

Expand Down

0 comments on commit 4fc9044

Please sign in to comment.