aboutsummaryrefslogtreecommitdiffstats
path: root/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Exceptions.h')
-rw-r--r--Exceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Exceptions.h b/Exceptions.h
index 0b25abee..0d07c706 100644
--- a/Exceptions.h
+++ b/Exceptions.h
@@ -24,7 +24,7 @@
#include <string>
#include <libdevcore/Exceptions.h>
-#include <libsolidity/BaseTypes.h>
+#include <libevmcore/SourceLocation.h>
namespace dev
{
@@ -38,7 +38,7 @@ struct CompilerError: virtual Exception {};
struct InternalCompilerError: virtual Exception {};
struct DocstringParsingError: virtual Exception {};
-using errinfo_sourceLocation = boost::error_info<struct tag_sourceLocation, Location>;
+using errinfo_sourceLocation = boost::error_info<struct tag_sourceLocation, SourceLocation>;
}
}