From c9ae7c3f1ca4ce18833347e29ab640cdbe0e2f3b Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 9 Aug 2016 14:22:06 -0300 Subject: [PATCH] fix killable --- contracts/Killable.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/Killable.sol b/contracts/Killable.sol index bf5598fff..9d8a62717 100644 --- a/contracts/Killable.sol +++ b/contracts/Killable.sol @@ -1,3 +1,5 @@ +import "./Ownable.sol"; + /* * Killable * Base contract that can be killed by owner