From 83f3c892ecbffe06f5185638b83694a5d8ff2d2b Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Tue, 22 Oct 2024 16:46:10 +0100 Subject: [PATCH] fixed include --- CMakeLists.txt | 2 +- tests/KafkaDataSelectionTest.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c62077..ababf49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ enable_testing () # library version set here (e.g. for shared libs). set (MOFKA_VERSION_MAJOR 0) -set (MOFKA_VERSION_MINOR 2) +set (MOFKA_VERSION_MINOR 3) set (MOFKA_VERSION_PATCH 0) set (MOFKA_VERSION "${MOFKA_VERSION_MAJOR}.${MOFKA_VERSION_MINOR}.${MOFKA_VERSION_PATCH}") diff --git a/tests/KafkaDataSelectionTest.cpp b/tests/KafkaDataSelectionTest.cpp index af655c9..9c3ffaf 100644 --- a/tests/KafkaDataSelectionTest.cpp +++ b/tests/KafkaDataSelectionTest.cpp @@ -9,6 +9,7 @@ #include #include "Ensure.hpp" #include +#include static size_t topic_num = 0;