Add import for Ownable

pull/83/head
Arseniy Klempner 8 years ago
parent c7f14083c1
commit da2434e081
  1. 2
      contracts/Migrations.sol

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

Loading…
Cancel
Save