diff options
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r-- | src/ingestor.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp index ef3ba19..b2a0803 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -8,11 +8,12 @@ #include <flat_set> #include <scn/scan.h> #include <span> +#include <sys/utsname.h> namespace WebStat { class Ingestor { public: - Ingestor(std::string_view hostname, DB::ConnectionPoolPtr); + Ingestor(const utsname &, DB::ConnectionPoolPtr); virtual ~Ingestor() = default; SPECIAL_MEMBERS_DELETE(Ingestor); |