Error compiling

This is a result of the IDE injecting '#include "Arduino.h" before what it thinks is the first line of ( actual ) code. Some pre-processors are overlooked, #includes are an exception as it uses these to collect library files.