From c31f8e2bd7bbf67661d02c3fcd478824e769fae1 Mon Sep 17 00:00:00 2001
From: Marek Kotewicz <marek.kotewicz@gmail.com>
Date: Sun, 24 May 2015 19:12:18 +0200
Subject: [PATCH] compile solidity contracts with std library

---
 common/compiler/solidity.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/compiler/solidity.go b/common/compiler/solidity.go
index 0cfd41c95..caf86974e 100644
--- a/common/compiler/solidity.go
+++ b/common/compiler/solidity.go
@@ -34,6 +34,8 @@ var (
 		"file",           //
 		"--natspec-dev",  // Request to output the contract's Natspec developer documentation.
 		"file",
+		"--add-std",
+		"1",
 	}
 )
 
-- 
GitLab