From 607932b437161bb20e284d4d05df0740d3ce591d Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Tue, 7 Jul 2015 09:58:30 +0200 Subject: [PATCH] Added missing include in the Xbox One example --- examples/Xbox/XBOXONE/XBOXONE.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;