Skip to content

Commit 17f9684

Browse files
committed
Fix build.
1 parent 0f46707 commit 17f9684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramComputer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
#include "PokemonSV/Programs/ItemPrinter/PokemonSV_ItemPrinterSeedCalc.h"
120120
#include "PokemonSV/Inference/Battles/PokemonSV_BattleBallReader.h"
121121
#include "Common/Cpp/Containers/CircularBuffer.h"
122-
#include "Common/Cpp/Sockets/ClientSocket_WinSocket.h"
122+
#include "Common/Cpp/Sockets/ClientSocket.h"
123123

124124
#ifdef PA_ARCH_x86
125125
//#include "Kernels/Kernels_x64_SSE41.h"
@@ -275,7 +275,7 @@ void TestProgramComputer::program(ProgramEnvironment& env, CancellableScope& sco
275275
using namespace std::chrono_literals;
276276

277277

278-
ClientSocket_WinSocket socket;
278+
ClientSocket socket;
279279
socket.connect("192.168.1.66", 6000);
280280
// socket.connect("192.168.1.66", 6000);
281281

0 commit comments

Comments
 (0)