Skip to content

Updated client.h and added #include <mutex> as it was missing - #192

Open
krapnixvitu wants to merge 1 commit into
yourWaifu:masterfrom
krapnixvitu:patch-1
Open

Updated client.h and added #include <mutex> as it was missing#192
krapnixvitu wants to merge 1 commit into
yourWaifu:masterfrom
krapnixvitu:patch-1

Conversation

@krapnixvitu

Copy link
Copy Markdown

On line 86 of the file which I have added #include std::mutex is being used, without including mutex it causes a compiler error, because namespace std has no member mutex.

On line 86 of the file which I have added #include <mutex> std::mutex is being used, without including mutex it causes a compiler error, because namespace std has no member mutex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant