summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpppreprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cpppreprocessor.cpp')
-rw-r--r--src/plugins/cpptools/cpppreprocessor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpppreprocessor.cpp b/src/plugins/cpptools/cpppreprocessor.cpp
index 5ab1c9a04e..5c5d1bd803 100644
--- a/src/plugins/cpptools/cpppreprocessor.cpp
+++ b/src/plugins/cpptools/cpppreprocessor.cpp
@@ -138,6 +138,7 @@ void CppPreprocessor::resetEnvironment()
{
m_env.reset();
m_processed.clear();
+ m_included.clear();
}
void CppPreprocessor::getFileContents(const QString &absoluteFilePath,