Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit into from

Commits on Nov 29, 2020

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

    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.
    KrapnixFootball authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    32f2acf View commit details
    Browse the repository at this point in the history