| Index: sky/engine/wtf/Assertions.h
|
| diff --git a/sky/engine/wtf/Assertions.h b/sky/engine/wtf/Assertions.h
|
| index 0ce5617d5a3f47b0662ea1dc53af7b8c672e8ec9..220cf0166300f3a69699ff5cab6c0b701e7a77d8 100644
|
| --- a/sky/engine/wtf/Assertions.h
|
| +++ b/sky/engine/wtf/Assertions.h
|
| @@ -37,14 +37,16 @@
|
| RELEASE_ASSERT family of macros.
|
|
|
| Defining any of the symbols explicitly prevents this from having any effect.
|
| -
|
| */
|
|
|
| +#include <cstddef>
|
| +
|
| #include "sky/engine/wtf/Compiler.h"
|
| +#include "sky/engine/wtf/OperatingSystem.h"
|
| #include "sky/engine/wtf/WTFExport.h"
|
|
|
| -// Users must test "#if ENABLE(ASSERT)", which helps ensure that code
|
| -// testing this macro has included this header.
|
| +/* Users must test "#if ENABLE(ASSERT)", which helps ensure that code
|
| + testing this macro has included this header. */
|
| #ifndef ENABLE_ASSERT
|
| #ifdef NDEBUG
|
| /* Disable ASSERT* macros in release mode by default. */
|
|
|