Fangjun Kuang
Committed by GitHub

Fix building on Linux (#105)

* Fix building on Linux

* Fix style issues
@@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
8 8
9 #include <algorithm> 9 #include <algorithm>
10 #include <cctype> // std::tolower 10 #include <cctype> // std::tolower
  11 +#include <mutex> // NOLINT
11 #include <thread> // NOLINT 12 #include <thread> // NOLINT
12 13
13 #include "portaudio.h" // NOLINT 14 #include "portaudio.h" // NOLINT