Closed nielszweistein closed 2 years ago
src/TSTextField.cpp:11:1: note: « std::ostream_iterator » est défini dans l'en-tête « » ; avez-vous oublié « #include » ? 10 | #include "trowaSoftComponents.hpp" +++ |+#include
Adding #include <iterator> in src/TSTextField.cpp is working
#include <iterator>
Thx @j4sOn-c for your modules !
Merci. I did not realize that this wasn't compiling... Linux I assume? I think we've only been compiling on Windows and Mac. I have added the include.
Yes, it was for "Linux" platform. thank you
src/TSTextField.cpp:11:1: note: « std::ostream_iterator » est défini dans l'en-tête « » ; avez-vous oublié « #include » ?
10 | #include "trowaSoftComponents.hpp"
+++ |+#include
Adding
#include <iterator>
in src/TSTextField.cpp is workingThx @j4sOn-c for your modules !