| Index: sky/engine/wtf/Vector.h
|
| diff --git a/sky/engine/wtf/Vector.h b/sky/engine/wtf/Vector.h
|
| index 017f1ac13325894640e5244bfd00bcb3e2a2937f..b26e9430553cb414ec2dc9379cb2d75324a75b5a 100644
|
| --- a/sky/engine/wtf/Vector.h
|
| +++ b/sky/engine/wtf/Vector.h
|
| @@ -24,6 +24,7 @@
|
| #include <string.h>
|
| #include <utility>
|
| #include "sky/engine/wtf/Alignment.h"
|
| +#include "sky/engine/wtf/Compiler.h"
|
| #include "sky/engine/wtf/DefaultAllocator.h"
|
| #include "sky/engine/wtf/FastAllocBase.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
|
|