From bda7dbd30a727919b3edbcdb12b5e15f785002be Mon Sep 17 00:00:00 2001 From: arkpar Date: Wed, 16 Sep 2015 15:55:25 +0200 Subject: per project versioning --- 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 c34ffee0..bc89d838 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -29,7 +29,7 @@ #include #include -#include "BuildInfo.h" +#include "solidity/BuildInfo.h" #include #include #include -- cgit