commit a18ff7b13c8f7fe1d833bd6bd22d38b3b051f6e4 parent f5b13fb4178d3e77edf7b4c52e6234c97919a0d8 Author: Narcis Beleuzu <nbeleuzu@mozilla.com> Date: Wed, 1 Oct 2025 12:43:14 +0300 Bug 1991395 - Fix bustages on ChaosMode.h Diffstat:
| M | mfbt/ChaosMode.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mfbt/ChaosMode.h b/mfbt/ChaosMode.h @@ -7,6 +7,7 @@ #ifndef mozilla_ChaosMode_h #define mozilla_ChaosMode_h +#include "mozilla/Assertions.h" #include "mozilla/Atomics.h" #include <cstdint>