Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep deprecated wrappers "virtual".
[simgrid.git] / include / simgrid / zone.h
index bd7bf72..e2772bc 100644 (file)
@@ -1,6 +1,6 @@
 /* Public interface to the Link datatype                                    */
 
-/* Copyright (c) 2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -10,6 +10,7 @@
 
 #include <simgrid/forward.h>
 #include <xbt/base.h>
+#include <xbt/dict.h>
 
 /* C interface */
 SG_BEGIN_DECL()