diff --git a/src/macro/Directives.cc b/src/macro/Directives.cc
index 0cf5bcbb87f8829be4860e6c9a563e366edf2b52..faf8195a3690acdff073b2ff8a2ad4be6883d56f 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