You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AudioKit.h depends on some definitions in AudioTools.h but
it didn't (previously) explicitly include it. This was fine for me
until clang-format reordered my includes and then I got *very*
confusing errors.
This adds the #include "AudioTools.h" explicitly.
0 commit comments