Skip to content

Commit b4bd763

Browse files
committed
fix missing mutex include
1 parent 42f6d1e commit b4bd763

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)