Skip to content

Commit d9c11b9

Browse files
authored
ofSingleton lock_guard fix (#8129)
1 parent caf8c96 commit d9c11b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/openFrameworks/utils/ofSingleton.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <cassert>
99
#include <shared_mutex>
1010
#include <utility>
11+
#include <mutex>
1112

1213
namespace of::utils {
1314

0 commit comments

Comments
 (0)