Skip to content

Commit 3741a2a

Browse files
committed
fix missing mutex include
1 parent 76f3df6 commit 3741a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/util/alloc_buddy.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#include <stdlib.h>
2626
#include <math.h>
2727
#include <expects>
28+
#ifdef INCLUDEOS_SMP_ENABLE
29+
#include <mutex>
30+
#endif
2831

2932
#include <util/bitops.hpp>
3033
#include <util/units.hpp>

0 commit comments

Comments
 (0)