Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
g++ needs this include but not clang
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 20 May 2019 20:34:21 +0000 (22:34 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 20 May 2019 20:34:27 +0000 (22:34 +0200)
I'm really puzzled

src/mc/compare.cpp

index 845020a..b6e259c 100644 (file)
@@ -6,6 +6,7 @@
 /** \file compare.cpp Memory snapshooting and comparison                    */
 
 #include "src/mc/mc_config.hpp"
+#include "src/mc/mc_private.hpp"
 #include "src/mc/mc_smx.hpp"
 #include "src/mc/sosp/mc_snapshot.hpp"