| Index: test/cctest/test-time.cc
|
| diff --git a/test/cctest/test-time.cc b/test/cctest/test-time.cc
|
| index 7f7cce862549ab76363474127678ac0299ad69a2..e3e5f46383ac2bf7f71a3142b01af9e0d08bb2de 100644
|
| --- a/test/cctest/test-time.cc
|
| +++ b/test/cctest/test-time.cc
|
| @@ -26,12 +26,12 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "src/v8.h"
|
| +#include "test/cctest/cctest.h"
|
|
|
| #if V8_OS_POSIX
|
| #include <sys/time.h> // NOLINT
|
| #endif
|
|
|
| -#include "test/cctest/cctest.h"
|
| #if V8_OS_WIN
|
| #include "src/base/win32-headers.h"
|
| #endif
|
|
|