diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index 1b440dec9..3eae93dc0 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -34,7 +34,7 @@ bool cmIncludeCommand::InitialPass(std::vector& args) } if(!exists) { - std::string error = "Include file not found: " + args[0]; + std::string error = "Include file not found: " + args[0] + "\n"; this->SetError(error.c_str()); return false; }