From 059e997ac931ec9b435c5aca5961a284d56618e7 Mon Sep 17 00:00:00 2001 From: Alexander Yee Date: Sun, 24 Nov 2024 17:28:39 -0800 Subject: [PATCH] Fix build. --- .../Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp b/SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp index 87f74c490..6446c83c2 100644 --- a/SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp +++ b/SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp @@ -127,7 +127,7 @@ #include #include -#include +//#include #include using std::cout; using std::endl;