mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 01:29:18 +08:00
13 lines
447 B
Diff
13 lines
447 B
Diff
diff --git a/src/ogdf/cluster/HananiTutteCPlanarity.cpp b/src/ogdf/cluster/HananiTutteCPlanarity.cpp
|
|
index 2cec55b..ac2672e 100644
|
|
--- a/src/ogdf/cluster/HananiTutteCPlanarity.cpp
|
|
+++ b/src/ogdf/cluster/HananiTutteCPlanarity.cpp
|
|
@@ -37,6 +37,7 @@
|
|
#include <ogdf/basic/extended_graph_alg.h>
|
|
#include <ogdf/cluster/CconnectClusterPlanar.h>
|
|
#include <ogdf/cluster/ClusterPlanarity.h>
|
|
+#include <chrono>
|
|
#include <unordered_map>
|
|
#include <map>
|
|
|