summaryrefslogtreecommitdiff
path: root/src/mongo/base/dependency_graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/dependency_graph.cpp')
-rw-r--r--src/mongo/base/dependency_graph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/base/dependency_graph.cpp b/src/mongo/base/dependency_graph.cpp
index 8d9107b5a10..faa8b8cdae3 100644
--- a/src/mongo/base/dependency_graph.cpp
+++ b/src/mongo/base/dependency_graph.cpp
@@ -29,6 +29,7 @@
#include "mongo/base/dependency_graph.h"
+#include "mongo/util/stacktrace.h"
#include <algorithm>
#include <fmt/format.h>
#include <fmt/ranges.h>