| Index: test/cctest/test-representation.cc
|
| diff --git a/test/cctest/test-representation.cc b/test/cctest/test-representation.cc
|
| index a3fec6edfd719ea872369292dc155ba9e58a43ab..fc1f531331ea0e159f37f29ecafe781033d3f9b1 100644
|
| --- a/test/cctest/test-representation.cc
|
| +++ b/test/cctest/test-representation.cc
|
| @@ -25,10 +25,11 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#include "src/types.h"
|
| -#include "src/property-details.h"
|
| #include "test/cctest/cctest.h"
|
|
|
| +#include "src/property-details.h"
|
| +#include "src/types.h"
|
| +
|
| using namespace v8::internal;
|
|
|
|
|
|
|