Skip to content

Commit fdcde67

Browse files
committed
fix missing mutex include
1 parent 03c2fc0 commit fdcde67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/mem/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)