From 381cdd486fe00f6cbd3ddb15a9384c54155c4192 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de> Date: Fri, 5 Nov 2021 19:43:20 +0100 Subject: [PATCH] corr for Win --- GUI/Util/String.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/Util/String.h b/GUI/Util/String.h index cb431865809..fc30cdd374e 100644 --- a/GUI/Util/String.h +++ b/GUI/Util/String.h @@ -15,6 +15,7 @@ #ifndef BORNAGAIN_GUI_UTILS_STRING_H #define BORNAGAIN_GUI_UTILS_STRING_H +#include <vector> #include <QString> namespace GUI::Util::String { -- GitLab