summaryrefslogtreecommitdiff
path: root/src/linkgraph/mcf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/linkgraph/mcf.cpp')
-rw-r--r--src/linkgraph/mcf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linkgraph/mcf.cpp b/src/linkgraph/mcf.cpp
index af9f6ce5f..3163ec9e3 100644
--- a/src/linkgraph/mcf.cpp
+++ b/src/linkgraph/mcf.cpp
@@ -5,6 +5,8 @@
#include "mcf.h"
#include <set>
+#include "../safeguards.h"
+
typedef std::map<NodeID, Path *> PathViaMap;
/**