aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-26 19:44:25 +0800
committerGitHub <noreply@github.com>2018-11-26 19:44:25 +0800
commit0b474d52994028392402ca1e7f56b613ab365dec (patch)
tree86b2096c12771148d49fe9cb468531b7d6d1610a /solc/CommandLineInterface.cpp
parentbc137c2eeb6920cf33eea1ceaab49df3dfddad07 (diff)
parentaeb66905de3f65ca7a63addb6c9d05108986dbeb (diff)
downloaddexon-solidity-0b474d52994028392402ca1e7f56b613ab365dec.tar.gz
dexon-solidity-0b474d52994028392402ca1e7f56b613ab365dec.tar.zst
dexon-solidity-0b474d52994028392402ca1e7f56b613ab365dec.zip
Merge pull request #5497 from ethereum/langutil-SourceReferenceFormatter
Moving SourceReferenceFormatter into langutil namespace.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp
index b523f052..7f64d8ac 100644
--- a/solc/CommandLineInterface.cpp
+++ b/solc/CommandLineInterface.cpp
@@ -34,7 +34,7 @@
#include <liblangutil/Exceptions.h>
#include <libsolidity/interface/CompilerStack.h>
#include <libsolidity/interface/StandardCompiler.h>
-#include <libsolidity/interface/SourceReferenceFormatter.h>
+#include <liblangutil/SourceReferenceFormatter.h>
#include <libsolidity/interface/GasEstimator.h>
#include <libsolidity/interface/AssemblyStack.h>