X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Fvoices.h;h=1cf33095a436a95beeb4530ab9d27619f6a2b1c1;hb=b846c25a56f1c949094fd2f4f587cb358b7cd8c5;hp=9403a6b5e72d0a3bbc81b50af6437bf0b6c76302;hpb=942f2ccee44bdb2e251553e9730cd8d59307d8b2;p=qmk_firmware.git diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 9403a6b5e..1cf33095a 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -15,8 +15,10 @@ */ #include #include -#include -#include +#if defined(__AVR__) + #include +#endif +#include "wait.h" #include "luts.h" #ifndef VOICES_H