build: reduce boost includes in FilePath.h

This commit is contained in:
malte_langkabel
2017-06-28 17:50:51 +02:00
parent 99ea3b2a25
commit a66daa9ac0
6 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void TaskBuildIndex::doExit(std::shared_ptr<Blackboard> blackboard)
if (crashedFiles.size())
{
std::shared_ptr<IntermediateStorage> is = std::make_shared<IntermediateStorage>();
for (auto path : crashedFiles)
for (const FilePath& path : crashedFiles)
{
is->addError("The translation unit threw an exception during indexing. Please check if the source file "
"conforms to the specified language standard and all necessary options are defined within your project "