Skip to content

Commit 359d719

Browse files
committed
mqtt: fix
1 parent e0a34da commit 359d719

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

mqtt_streaming_module/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ message(STATUS "${MQTT_MODULE_PRJ_NAME} version: ${MQTT_MODULE_VERSION}")
88
project(${MQTT_MODULE_PRJ_NAME} VERSION ${MQTT_MODULE_VERSION} LANGUAGES C CXX)
99

1010
add_subdirectory(src)
11-
#if (OPENDAQ_MQTT_ENABLE_TESTS)
11+
if (OPENDAQ_MQTT_ENABLE_TESTS)
1212
add_subdirectory(tests)
13-
#endif()
13+
endif()

mqtt_streaming_module/tests/test_mqtt_publisher_fb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <mqtt_streaming_module/constants.h>
99
#include <opendaq/reader_factory.h>
1010
#include <testutils/testutils.h>
11+
#include <iomanip>
1112

1213
using namespace daq;
1314
using namespace daq::modules::mqtt_streaming_module;

0 commit comments

Comments
 (0)