diff --git a/examples/Xbox/XBOXONE/XBOXONE.ino b/examples/Xbox/XBOXONE/XBOXONE.ino index 9526f53d..20d94a42 100644 --- a/examples/Xbox/XBOXONE/XBOXONE.ino +++ b/examples/Xbox/XBOXONE/XBOXONE.ino @@ -4,9 +4,11 @@ */ #include -// Satisfy IDE, which only needs to see the include statment in the ino. + +// Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include +#include #endif USB Usb;