diff --git a/contracts/Killable.sol b/contracts/Killable.sol index e327b8e41..10621d63e 100644 --- a/contracts/Killable.sol +++ b/contracts/Killable.sol @@ -1,6 +1,9 @@ pragma solidity ^0.4.4; + + import "./Ownable.sol"; + /* * Killable * Base contract that can be killed by owner. All funds in contract will be sent to the owner.