Skip to content

Commit ef8a25b

Browse files
committed
Include AudioTools.h in AudioLibs/AudioKit.h
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.
1 parent 8ab76da commit ef8a25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioLibs/AudioKit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include "AudioTools.h"
34
#include "AudioKitHAL.h"
45
#include "AudioI2S/I2SConfig.h"
56
#include "AudioTools/AudioActions.h"

0 commit comments

Comments
 (0)