Browse Source

fix killable

Manuel Araoz 9 years ago
parent
commit
c9ae7c3f1c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contracts/Killable.sol

+ 2 - 0
contracts/Killable.sol

@@ -1,3 +1,5 @@
+import "./Ownable.sol";
+
 /*
  * Killable
  * Base contract that can be killed by owner