Name Type Error when processing Arduino_radar_client_processing -Error Resolved

Have error " Import does not name a type " flagged in Arduino 1.8.12 ; Also same error when running from codebender Errors continue to be flagged out on several lines ""does not name a type "
The Arduino _radar_server_arduino and my hardeware function okay just can't get the " radar screen to compile and run

Error located and Resolved Aedford1551@gmail.com 4/12/2020

i don't think "import" is C/C++ language keywords. The compiler is interpreting it as the name of a variable

do you want to "include" a header (.h) file?

Please post your entire sketch in code tags.