From ccbd3ff63feb696025c18211c3c93bab47f755b0 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 1 Apr 2016 23:11:01 +0300 Subject: move libevmcore to solidity --- solc/CommandLineInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solc/CommandLineInterface.cpp') diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index a302e024..0583ea4f 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include -- cgit