You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Try adding #include <mutex> to the top of the file. Sometimes different
compiles will parse includes differently, or differing implementations of
the standard library headers will themselves not include another header,
resulting in code that compiles successfully on one computer, but not on
another.
On Fri, Jan 1, 2021 at 9:41 PM tsukoyumi ***@***.***> wrote:
i've been trying to compile this game with a program i wrote but this
error comes up
src/soundController.hpp:44:10: error: 'mutex' in namespace 'std' does not
name a type
std::mutex soundsGuard;
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC22KQHQMX5VNOYYFJ57J53SX2BU5ANCNFSM4VQW2J4Q>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i've been trying to compile this game with a program i wrote but this error comes up
src/soundController.hpp:44:10: error: 'mutex' in namespace 'std' does not name a type
std::mutex soundsGuard;
The text was updated successfully, but these errors were encountered: