X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c443073b95d1c38c3333b595833d34f6b0e1c6d2..7b1fb02d6a252c499432b7c90e2d08d5da05b66e:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index 40d0fa591c..60454c9f74 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -4,6 +4,10 @@ /* 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. */ +#include + +#include + #include #include "host_interface.hpp" @@ -170,7 +174,7 @@ public: void setPriority(double priority); double getRemains(); - vector * p_edgeList = new vector(); + std::vector * p_edgeList = new std::vector(); double *p_computationAmount; double *p_communicationAmount; double m_latency;