aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsolidity/Utils.h')
-rw-r--r--libsolidity/Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsolidity/Utils.h b/libsolidity/Utils.h
index 05c5fa6f..6c8e3b33 100644
--- a/libsolidity/Utils.h
+++ b/libsolidity/Utils.h
@@ -23,6 +23,7 @@
#pragma once
#include <libdevcore/Assertions.h>
+#include <libsolidity/Exceptions.h>
/// Assertion that throws an InternalCompilerError containing the given description if it is not met.
#define solAssert(CONDITION, DESCRIPTION) \