diff --git a/src/formula/string_utils.hpp b/src/formula/string_utils.hpp index d920de4f878b..7c8a4908b456 100644 --- a/src/formula/string_utils.hpp +++ b/src/formula/string_utils.hpp @@ -15,6 +15,9 @@ #pragma once +// Need this to get the default GETTEXT_DOMAIN for VGETTEXT/VNGETTEXT +#include "gettext.hpp" + #include "serialization/string_utils.hpp" class variable_set;