summaryrefslogtreecommitdiff
path: root/src/mir/helpers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir/helpers.hpp')
-rw-r--r--src/mir/helpers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir/helpers.hpp b/src/mir/helpers.hpp
index 0296a1c4..0b9ac093 100644
--- a/src/mir/helpers.hpp
+++ b/src/mir/helpers.hpp
@@ -21,7 +21,7 @@ struct SimplePath;
namespace MIR {
class Function;
-class LValue;
+struct LValue;
class Constant;
struct BasicBlock;
class Terminator;