diff --git a/src/main.cpp b/src/main.cpp index 14e5a6ccbfb882b82a0c39713501f3ba707cf679..b58be3d2fa62b26ffb349c5c7287b9e73f602fd4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include "Human.hpp" @@ -37,7 +38,7 @@ int main(int argc, char** argv){ // std::list list; // list.push_back(1); // for(auto i: list){ - // list.remove(i); + // list.remove(i); //TODO: Error 3 : why? // } return 0; }