Browse Source

Add import for Ownable

Arseniy Klempner 9 years ago
parent
commit
da2434e081
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contracts/Migrations.sol

+ 2 - 0
contracts/Migrations.sol

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