diff --git a/src/macro/Directives.cc b/src/macro/Directives.cc
index 95d8860da298e2ec04f42dadf67d14996ad2fc7f..3574dbe3718ce7fd83b104d8dee0246c76547578 100644
--- a/src/macro/Directives.cc
+++ b/src/macro/Directives.cc
@@ -86,6 +86,7 @@ Include::interpret(ostream &output, bool no_line_macro, vector<filesystem::path>
     {
       error(StackTrace("@#include", e.what(), location));
     }
+  printLineInfo(output, no_line_macro);
 }
 
 void