Skip to content

Commit

Permalink
build: Include memory
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Feb 8, 2025
1 parent 86cc1a6 commit edfdb64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/FeedbackDelay/FeedbackDelay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "../DelayLine.hpp"
#include "SC_PlugIn.hpp"
#include <memory>

namespace FeedbackDelay {

Expand Down
1 change: 1 addition & 0 deletions plugins/SpaceTub/SpaceTub.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "../VASVF.hpp"
#include "SC_PlugIn.hpp"
#include "safety_limiter.hpp"
#include <memory>

namespace SpaceTub {

Expand Down
1 change: 1 addition & 0 deletions plugins/VAStateVariableFilter/VAStateVariableFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "../VASVF.hpp"
#include "SC_PlugIn.hpp"
#include <memory>

namespace VAStateVariableFilter {

Expand Down

0 comments on commit edfdb64

Please sign in to comment.