From d1681f9403615a3980670e36c0fa5209b81506a5 Mon Sep 17 00:00:00 2001 From: Dylan Marcus Date: Sat, 3 Feb 2024 12:31:30 -0500 Subject: [PATCH] fixed a declare for windows platform --- osc_client/Source/MainComponent.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osc_client/Source/MainComponent.cpp b/osc_client/Source/MainComponent.cpp index b9e2d4f..997fd0e 100644 --- a/osc_client/Source/MainComponent.cpp +++ b/osc_client/Source/MainComponent.cpp @@ -3,7 +3,9 @@ #include #include +#if !defined(JUCE_WINDOWS) #include +#endif //============================================================================== MainComponent::MainComponent()