| Index: Source/wtf/StdLibExtras.h
|
| diff --git a/Source/wtf/StdLibExtras.h b/Source/wtf/StdLibExtras.h
|
| index 605f98ec82c51f1c27bd737204f10266634dcdbe..afa5fd951bcd416073928b9833b889c3ced21e14 100644
|
| --- a/Source/wtf/StdLibExtras.h
|
| +++ b/Source/wtf/StdLibExtras.h
|
| @@ -26,8 +26,9 @@
|
| #ifndef WTF_StdLibExtras_h
|
| #define WTF_StdLibExtras_h
|
|
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/CheckedArithmetic.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/CPU.h"
|
| +#include "wtf/CheckedArithmetic.h"
|
|
|
| // Use these to declare and define a static local variable (static T;) so that
|
| // it is leaked so that its destructors are not called at exit. Using this
|
|
|