Fix relative paths not being included as include dependency

This commit is contained in:
Thraix
2020-04-26 20:13:52 +02:00
parent febfda55cc
commit 61f9c3ee0d
5 changed files with 40 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class IncludeDeps
{
if(printSet.find(filepath) != printSet.end())
return stream;
printCounter++;
printCounter++;
printSet.emplace(filepath);
if(!projectHFile)
stream << FileUtils::GetRelativePath(conf.GetConfigPath(), filepath);