From 0dbc0a91e80ca68d18da920824be854e043a2c03 Mon Sep 17 00:00:00 2001 From: alegrand Date: Thu, 9 Dec 2004 01:01:10 +0000 Subject: [PATCH] Add missing dependency. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@566 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/dict.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xbt/dict.h b/include/xbt/dict.h index f16188bbdc..5ece5d5420 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -12,6 +12,7 @@ #define _XBT_DICT_H #include "xbt/misc.h" /* BEGIN_DECL */ +#include "xbt/error.h" /* BEGIN_DECL */ #ifdef __cplusplus extern "C" -- 2.20.1