We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c2fc0 commit fdcde67Copy full SHA for fdcde67
1 file changed
api/mem/alloc/buddy.hpp
@@ -25,6 +25,9 @@
25
#include <stdlib.h>
26
#include <math.h>
27
#include <expects>
28
+#ifdef INCLUDEOS_SMP_ENABLE
29
+#include <mutex>
30
+#endif
31
32
#include <util/bitops.hpp>
33
#include <util/units.hpp>
0 commit comments