diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-09-17 16:34:15 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-09-17 16:34:15 +0800 |
commit | 352c196eb37744b8054909a9801d55c672d0eb1c (patch) | |
tree | c1b90bd0352b373a898772e4814d3e41912db749 /solc/CommandLineInterface.cpp | |
parent | 9dbe425a5d954dbb67324f6f528e3fc6eb756560 (diff) | |
parent | bda7dbd30a727919b3edbcdb12b5e15f785002be (diff) | |
download | dexon-solidity-352c196eb37744b8054909a9801d55c672d0eb1c.tar.gz dexon-solidity-352c196eb37744b8054909a9801d55c672d0eb1c.tar.zst dexon-solidity-352c196eb37744b8054909a9801d55c672d0eb1c.zip |
Merge pull request #79 from arkpar/cmake
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 3d9c3f08..cfc8a5e0 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> |