Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory #include <vector> #83

Open
ggerminiani opened this issue Dec 8, 2022 · 3 comments
Open

No such file or directory #include <vector> #83

ggerminiani opened this issue Dec 8, 2022 · 3 comments
Labels
question Further information is requested

Comments

@ggerminiani
Copy link

ggerminiani commented Dec 8, 2022

Hey everybody... I'm just trying to run the EthernetMQTT example, but I get this message:

In file included from /Users/XXX/Documents/Arduino/libraries/SSLClient-1.6.11/src/SSLClient.h:23:0,
from /Users/XXX/Documents/Arduino/libraries/SSLClient-1.6.11/examples/EthernetMQTT/EthernetMQTT.ino:19:
/Users/XXX/Documents/Arduino/libraries/SSLClient-1.6.11/src/SSLClientParameters.h:31:10: fatal error: vector: No such file or directory
#include

Some advice?

Thanks a lot

@ggerminiani ggerminiani added the question Further information is requested label Dec 8, 2022
@sdanieltan
Copy link

HI! I have same issue. I need This library for telegram. Someone can help us please???
I try older version with same error. Some ideas?
Thanks a lot in advance!
DAniel

@djaus2
Copy link

djaus2 commented Mar 12, 2023

Me tooin this issue.

In file included from c:\Users\david\Documents\Arduino\libraries\SSLClient\src/SSLClient.h:23:0,
                 from C:\Users\david\repos\ArduinoSSL\SSLClient\examples\EthernetMQTT\EthernetMQTT.ino:22:
c:\Users\david\Documents\Arduino\libraries\SSLClient\src/SSLClientParameters.h:31:10: fatal error: vector: No such file or directory
 #include <vector>
          ^~~~~~~~
compilation terminated.

@djaus2
Copy link

djaus2 commented Mar 12, 2023

I think there is a need for additional C++ libraries such as cstdlib, vector etc.???
These are included with my RPi Pico W BSP.
I am trying to use Arduino Uno.

Seems my scenario isn't supported.
There is a closed issue on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants