diff --git a/src/AST/TranslationUnit.cs b/src/AST/TranslationUnit.cs index 10ae69f0..ee5b2dfa 100644 --- a/src/AST/TranslationUnit.cs +++ b/src/AST/TranslationUnit.cs @@ -19,6 +19,7 @@ namespace CppSharp.AST public TranslationUnit(string file) : this() { FilePath = file; + IncludePath = file; } /// Contains the macros present in the unit.