Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Current state. See changelog, sorry, I'm out of time
[simgrid.git] / src / xbt / dict_private.h
index 3b17689..b675d2b 100644 (file)
 #ifndef _GRAS_DICT_ELM_T_
 #define _GRAS_DICT_ELM_T_
 
+#include "xbt/sysdep.h"
+#include "xbt/log.h"
+#include "xbt/error.h"
+#include "xbt/dynar.h"
+#include "xbt/dict.h"
+
 /*####[ Type definition ]####################################################*/
 typedef struct gras_dictelm_ {
   char           *key;