aboutsummaryrefslogtreecommitdiffstats
path: root/solc
diff options
context:
space:
mode:
authorarkpar <arkady.paronyan@gmail.com>2015-09-16 21:55:25 +0800
committerarkpar <arkady.paronyan@gmail.com>2015-09-16 21:55:25 +0800
commitbda7dbd30a727919b3edbcdb12b5e15f785002be (patch)
treefaddc54238aa1c975cbc474177a6887395787074 /solc
parent4360e0459622e7843ca9f8d7fb5113da0b8a044e (diff)
downloaddexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.tar.gz
dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.tar.zst
dexon-solidity-bda7dbd30a727919b3edbcdb12b5e15f785002be.zip
per project versioning
Diffstat (limited to 'solc')
-rw-r--r--solc/CommandLineInterface.cpp2
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>