diff --git a/includes/univers.hpp b/includes/univers.hpp index bc94622..b7c5adb 100644 --- a/includes/univers.hpp +++ b/includes/univers.hpp @@ -8,6 +8,7 @@ #include "animal.hpp" #include "organisme.hpp" +#include "herbe.hpp" class Univers { friend class Organisme; diff --git a/src/univers.cpp b/src/univers.cpp index 402851e..01862e7 100644 --- a/src/univers.cpp +++ b/src/univers.cpp @@ -1,5 +1,4 @@ #include "../includes/univers.hpp" -#include "../includes/herbe.hpp" Univers::Univers(const int longueur, const int largeur): m_longueur(longueur), m_largeur(largeur),