Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix build
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 8 Jun 2017 19:59:52 +0000 (21:59 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 8 Jun 2017 19:59:52 +0000 (21:59 +0200)
still need this include

src/surf/StorageImpl.cpp

index e4b801e..7b8980c 100644 (file)
@@ -11,6 +11,7 @@
 #include <boost/algorithm/string/join.hpp>
 #include <boost/algorithm/string/split.hpp>
 #include <fstream>
+#include <xbt/lib.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_storage, surf, "Logging specific to the SURF storage module");