Adding #include directives
To insert the #include directive for any documented function
- In the C/C++ Editor, highlight the entire function name by double-clicking
it. Do not highlight the parentheses or any leading tabs or spaces.
- Right-click and click Add Include. The IDE automatically adds the
#include statement to the top of the file, if it is not already there.