From 1df3ad1624b457d4a99dfeb62f7f955217e907dd Mon Sep 17 00:00:00 2001 From: Mikko Partio Date: Fri, 15 Mar 2024 09:21:50 +0200 Subject: [PATCH] Correct include --- himan-lib/include/filename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himan-lib/include/filename.h b/himan-lib/include/filename.h index 894ab663..8ac8581b 100644 --- a/himan-lib/include/filename.h +++ b/himan-lib/include/filename.h @@ -7,7 +7,7 @@ * @brief Namespace containing functions to create correct filenames */ -#include "configuration.h" +#include "plugin_configuration.h" #include "info.h" namespace himan