aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/cycledetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/cycledetector.cpp')
-rw-r--r--src/lib/buildgraph/cycledetector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/buildgraph/cycledetector.cpp b/src/lib/buildgraph/cycledetector.cpp
index fc9380709..501158bc0 100644
--- a/src/lib/buildgraph/cycledetector.cpp
+++ b/src/lib/buildgraph/cycledetector.cpp
@@ -30,10 +30,12 @@
#include "artifact.h"
#include "buildgraph.h"
+#include "buildproject.h"
#include <language/language.h>
#include <logging/logger.h>
#include <logging/translator.h>
+#include <tools/error.h>
namespace qbs {
namespace Internal {