It tells the compiler, during the preprocessing stage, to find a text file, named iostream, somewhere in the include path and insert it verbatim into the source file being compiled.
I believe it's the in out stream... Basically you just use it to do simple stuff (stuff from the standard library and to be able to use the namespace std:: and a few other things)