Skip to content

Commit

Permalink
utils: add missing <string> include, fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Aug 11, 2017
1 parent 913ce97 commit 7e8a5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/utils_jack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <algorithm>
#include <mutex>
#include <string>
#include <vector>

#define ALSA_SOUNDCARD_ID "hw:MODDUO"
Expand Down

0 comments on commit 7e8a5c5

Please sign in to comment.