We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7ba84 commit 2e0eb12Copy full SHA for 2e0eb12
2 files changed
test/unitary/session/Session.cpp
@@ -23,8 +23,10 @@ extern "C"
23
24
#include <c/util/time.c>
25
26
+#ifdef UCLIENT_PROFILE_BROKERLESS
27
#include <c/brokerless/brokerless.c>
28
#include <c/brokerless/udp_transport_broadcast_posix.c>
29
+#endif // UCLIENT_PROFILE_BROKERLESS
30
31
#undef UXR_MESSAGE_LOG
32
#undef UXR_SERIALIZATION_LOG
test/unitary/session/WriteReadAccess.cpp
@@ -21,8 +21,10 @@ extern "C"
21
22
}
#include <gtest/gtest.h>
0 commit comments