C:\Users\mjk.08000\AppData\Local\Temp.arduinoIDE-unsaved2023027-16036-qyntvs.pbkha\sketch_jan27a\sketch_jan27a.ino:2:10: fatal error: iostream: No such file or directory #include
^~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: iostream: No such file or directory
Hi can someone explain what this means, and how to fix it.
The forum supports a "safe" subset of HTML as post markup. Anything that appears to be an HTML tag which is not in the supported list of HTML tags is suppressed by the post renderer. An #include directive looks like an HTML tag under the following conditions:
Uses the angle bracket syntax
The filename does not have an extension (e.g., iostream instead of Servo.h)