Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix the build on centos
[simgrid.git] / src / mc / sosp / PageStore_test.cpp
index d4b5954..dd0b18f 100644 (file)
@@ -5,6 +5,8 @@
 
 #define BOOST_TEST_MODULE PAGESTORE
 #define BOOST_TEST_DYN_LINK
+
+bool init_unit_test(); // boost sometimes forget to give this prototype (NetBSD and other), which does not fit our paranoid flags
 #include <boost/test/unit_test.hpp>
 
 #include <cstdint>