aboutsummaryrefslogtreecommitdiffstats
path: root/std/mortal.sol
diff options
context:
space:
mode:
Diffstat (limited to 'std/mortal.sol')
-rw-r--r--std/mortal.sol2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/mortal.sol b/std/mortal.sol
index 8de019ab..f0a6f4ce 100644
--- a/std/mortal.sol
+++ b/std/mortal.sol
@@ -1,3 +1,5 @@
+pragma solidity ^0.4.0;
+
import "./owned.sol";
contract mortal is owned {