X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a64ca4c11a1eb7ba2ecd102f877ac571486a034..c4c82977e0a105cdf7b04010ddd21bbf15dced4d:/examples/cpp/dht-kademlia/message.hpp diff --git a/examples/cpp/dht-kademlia/message.hpp b/examples/cpp/dht-kademlia/message.hpp index 78b6f2c4b8..4840f2987e 100644 --- a/examples/cpp/dht-kademlia/message.hpp +++ b/examples/cpp/dht-kademlia/message.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2021. The SimGrid Team. +/* Copyright (c) 2012-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,6 +6,7 @@ #ifndef _KADEMLIA_TASK_HPP_ #define _KADEMLIA_TASK_HPP_ +#include "answer.hpp" #include "s4u-dht-kademlia.hpp" #include "simgrid/s4u.hpp"