From 87210f2192a7d3dadb09c8a1201b9978d028b320 Mon Sep 17 00:00:00 2001 From: Marcin Kirsz <mkirsz@ed.ac.uk> Date: Wed, 23 Oct 2024 18:40:59 +0100 Subject: [PATCH] added missing include --- bin/tadah_cli.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tadah_cli.cpp b/bin/tadah_cli.cpp index 74298be..c0c363d 100644 --- a/bin/tadah_cli.cpp +++ b/bin/tadah_cli.cpp @@ -17,6 +17,7 @@ #ifdef TADAH_ENABLE_HPO #include <tadah/hpo/hpo.h> +#include <tadah/hpo/hpo_worker.h> #endif #include <iostream> -- GitLab