ClangCodeModel: Fix compile

Change-Id: I00229f3af2ba85ea14677fe47939a75c309a4116
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Christian Stenger
2014-07-24 08:52:35 +02:00
parent 7c99512260
commit 540ac8ce23
2 changed files with 6 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
#include <QString>
namespace ProjectExplorer {
class Project;
}
namespace ClangCodeModel {
namespace Internal {