ProjectExplorer: Fix missing include

Change-Id: I7a113418205485b1f616d4b92666a8fc92edd399
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-13 14:42:59 +01:00
parent 8b928191bc
commit 3945243e86

View File

@@ -31,6 +31,7 @@
#include "currentprojectfilter.h"
#include "projecttree.h"
#include "project.h"
#include "session.h"
#include <utils/algorithm.h>