Skip to content

Commit

Permalink
add missing 'mutex' header
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 18, 2017
1 parent 00313db commit ca706cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/msp/Client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <string>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <map>
#include "types.hpp"
Expand Down

0 comments on commit ca706cf

Please sign in to comment.