diff options
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r-- | solc/CommandLineInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h index 2af5a5e9..1cde2acb 100644 --- a/solc/CommandLineInterface.h +++ b/solc/CommandLineInterface.h @@ -21,7 +21,7 @@ */ #pragma once -#include <libsolidity/CompilerStack.h> +#include <libsolidity/interface/CompilerStack.h> #include <memory> #include <boost/program_options.hpp> |