j4s0n-c / trowaSoft-VCV

trowaSoft Modules for VCV Rack
Other
105 stars 17 forks source link

Compilation error v2 #62

Closed nielszweistein closed 2 years ago

nielszweistein commented 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

Thx @j4sOn-c for your modules !

chichian commented 2 years ago

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.

nielszweistein commented 2 years ago

Yes, it was for "Linux" platform. thank you