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