IR32 icon indicating copy to clipboard operation
IR32 copied to clipboard

ESP32C3 error: 'vector' in namespace 'std' does not name a template type

Open 0x0fe opened this issue 3 years ago • 0 comments

Hello, When trying to compile on ESP32C3 i got an error with vector, any idea?

IRRecv.h:35:10: error: 'vector' in namespace 'std' does not name a template type std::vector<uint8_t> _preferred;

0x0fe avatar Oct 19 '22 14:10 0x0fe