aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/mustuse.d
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/mustuse.d')
-rw-r--r--gcc/d/dmd/mustuse.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/mustuse.d b/gcc/d/dmd/mustuse.d
index c2fa5fb..fc7618b 100644
--- a/gcc/d/dmd/mustuse.d
+++ b/gcc/d/dmd/mustuse.d
@@ -202,7 +202,7 @@ private bool isIncrementOrDecrement(Expression e)
*/
private bool hasMustUseAttribute(Dsymbol sym, Scope* sc)
{
- import dmd.attrib : foreachUda;
+ import dmd.attribsem : foreachUda;
bool result = false;