aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/algorithms/Algorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/algorithms/Algorithms.h')
-rw-r--r--arm_compute/graph/algorithms/Algorithms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/graph/algorithms/Algorithms.h b/arm_compute/graph/algorithms/Algorithms.h
index f89856f327..7af2455e93 100644
--- a/arm_compute/graph/algorithms/Algorithms.h
+++ b/arm_compute/graph/algorithms/Algorithms.h
@@ -24,6 +24,6 @@
#ifndef __ARM_COMPUTE_GRAPH_ALGORITHMS_H__
#define __ARM_COMPUTE_GRAPH_ALGORITHMS_H__
-#include "arm_compute/graph/algorithms/BFS.h"
+#include "arm_compute/graph/algorithms/TopologicalSort.h"
#endif /* __ARM_COMPUTE_GRAPH_ALGORITHMS_H__ */