X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fid.h;h=6a9332be53b603fe6c6ef7a9bd016285ef8405a9;hb=0aac62e013e15e380001dafae39d554f8765a4a1;hp=6296fc29812520825b45ad71e03f1ed05bd8e08a;hpb=4085309cdb07f011756a9ab90047037ef9ad8f20;p=ardour.git diff --git a/libs/pbd/pbd/id.h b/libs/pbd/pbd/id.h index 6296fc2981..6a9332be53 100644 --- a/libs/pbd/pbd/id.h +++ b/libs/pbd/pbd/id.h @@ -23,7 +23,7 @@ #include #include -#include +#include namespace PBD { @@ -63,7 +63,7 @@ class ID { uint64_t _id; int string_assign (std::string); - static Glib::Mutex* counter_lock; + static Glib::Threads::Mutex* counter_lock; static uint64_t _counter; };