pip install infomap
command in windows fails with "Error C2039: 'max' : is not a member of 'std'" error.
Please make the following 1 line change
diff --git a/src/io/ClusterReader.cpp b/src/io/ClusterReader.cpp
index 85e49af..8882134 100644
--- a/src/io/ClusterReader.cpp
+++ b/src/io/ClusterReader.cpp
@@ -24,6 +24,7 @@
**********************************************************************************/
+#include
#include "ClusterReader.h"
#include "../utils/Log.h"