Ableton / link

Ableton Link
Other
1.06k stars 145 forks source link

SessionState.hpp is missing include for <std::mutex> #125

Closed triplef closed 1 year ago

triplef commented 1 year ago

I’m getting the following error building v3.0.5 on Windows using Clang:

SessionState.hpp(88,16): error: no type named 'mutex' in namespace 'std'
      mutable std::mutex mMutex;
              ~~~~~^

Adding #include <mutex> to SessionState.hpp fixes the issue.

fgo-ableton commented 1 year ago

Thanks for reporting this! I just pushed a fix.