Skip to content

Commit

Permalink
fixed include
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Oct 22, 2024
1 parent 9e0040f commit 83f3c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
1 change: 1 addition & 0 deletions tests/KafkaDataSelectionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <mofka/TopicHandle.hpp>
#include "Ensure.hpp"
#include <fstream>
#include <unistd.h>

static size_t topic_num = 0;

Expand Down

0 comments on commit 83f3c89

Please sign in to comment.