Fangjun Kuang
Committed by GitHub

Fix building on Linux (#105)

* Fix building on Linux

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