Skip to content

Commit

Permalink
Even more juce net tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Feb 11, 2023
1 parent fb9a0f2 commit 579933b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/modules/juce_core/juce_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
#include "misc/juce_Result.cpp"
#include "misc/juce_Uuid.cpp"
#include "misc/juce_ConsoleApplication.cpp"
#include "network/juce_NamedPipe.cpp"
#include "streams/juce_BufferedInputStream.cpp"
#include "streams/juce_FileInputSource.cpp"
#include "streams/juce_InputStream.cpp"
Expand Down Expand Up @@ -240,6 +241,7 @@
#include "files/juce_common_MimeTypes.cpp"
#include "threads/juce_HighResolutionTimer.cpp"
#include "threads/juce_WaitableEvent.cpp"
#include "network/juce_URL.cpp"

#if ! JUCE_WASM
#include "threads/juce_ChildProcess.cpp"
Expand Down
2 changes: 2 additions & 0 deletions source/modules/juce_core/juce_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ JUCE_END_IGNORE_WARNINGS_MSVC
#include "threads/juce_ReadWriteLock.h"
#include "threads/juce_ScopedReadLock.h"
#include "threads/juce_ScopedWriteLock.h"
#include "network/juce_NamedPipe.h"
#include "network/juce_URL.h"
#include "time/juce_PerformanceCounter.h"
#include "unit_tests/juce_UnitTest.h"
#include "xml/juce_XmlDocument.h"
Expand Down
1 change: 0 additions & 1 deletion source/modules/juce_events/juce_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
#include "broadcasters/juce_ChangeBroadcaster.cpp"
#include "timers/juce_MultiTimer.cpp"
#include "timers/juce_Timer.cpp"
#include "interprocess/juce_ConnectedChildProcess.cpp"
#include "native/juce_ScopedLowPowerModeDisabler.cpp"

//==============================================================================
Expand Down

0 comments on commit 579933b

Please sign in to comment.