diff options
author | arkpar <arkady.paronyan@gmail.com> | 2015-09-16 21:55:25 +0800 |
---|---|---|
committer | arkpar <arkady.paronyan@gmail.com> | 2015-09-16 21:55:25 +0800 |
commit | bda7dbd30a727919b3edbcdb12b5e15f785002be (patch) | |
tree | faddc54238aa1c975cbc474177a6887395787074 /solc/CommandLineInterface.cpp | |
parent | 4360e0459622e7843ca9f8d7fb5113da0b8a044e (diff) | |
download | dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.tar.gz dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.tar.zst dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.zip |
per project versioning
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <boost/filesystem.hpp> #include <boost/algorithm/string.hpp> -#include "BuildInfo.h" +#include "solidity/BuildInfo.h" #include <libdevcore/Common.h> #include <libdevcore/CommonData.h> #include <libdevcore/CommonIO.h> |