Add import for Ownable

This commit is contained in:
Arseniy Klempner
2016-11-22 20:23:52 -08:00
parent c7f14083c1
commit da2434e081

View File

@ -1,4 +1,6 @@
pragma solidity ^0.4.4;
import './Ownable.sol';
contract Migrations is Ownable {
uint public lastCompletedMigration;