summaryrefslogtreecommitdiff
path: root/src/hir/expr_ptr.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-10-21 09:53:43 +0800
committerJohn Hodge <tpg@mutabah.net>2018-10-21 09:54:05 +0800
commit9dd5e5364bacf75e8b7f034e61a7f536d0a6344c (patch)
treed41d6054245e5353fa21bbc8ab3e980a9cc56a24 /src/hir/expr_ptr.hpp
parent96d23305473e71bc6fdfca0fca4d6a22983801be (diff)
downloadmrust-9dd5e5364bacf75e8b7f034e61a7f536d0a6344c.tar.gz
Windows build fixes
Diffstat (limited to 'src/hir/expr_ptr.hpp')
-rw-r--r--src/hir/expr_ptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/expr_ptr.hpp b/src/hir/expr_ptr.hpp
index b510e737..2f0f30e4 100644
--- a/src/hir/expr_ptr.hpp
+++ b/src/hir/expr_ptr.hpp
@@ -12,7 +12,7 @@
#include <mir/mir_ptr.hpp>
-class Span;
+struct Span;
namespace HIR {