From 5d44cb44be5f056d1e9ffe540f4a81a3fc7749b6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 11 Oct 2020 22:05:21 -0400 Subject: [PATCH] Fix rtaudio include path --- src/rtaudio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtaudio.cpp b/src/rtaudio.cpp index 3ac3e1ea..384465d8 100644 --- a/src/rtaudio.cpp +++ b/src/rtaudio.cpp @@ -5,7 +5,7 @@ #ifndef __clang__ #pragma GCC diagnostic ignored "-Wsuggest-override" #endif -#include +#include #pragma GCC diagnostic pop #include