sw/inc/textboxhelper.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cdfa0328047bbc3905ee8b541f326cccf802f05f
Author: Tor Lillqvist <[email protected]>
AuthorDate: Wed Mar 9 17:59:53 2022 +0200
Commit: Tor Lillqvist <[email protected]>
CommitDate: Wed Mar 9 17:59:53 2022 +0200
Fix build error: include <optional>
Change-Id: I4bb31565096cd4cb3dbb910b638e5003ce6d9724
diff --git a/sw/inc/textboxhelper.hxx b/sw/inc/textboxhelper.hxx
index aa1940b5dd60..eb7a9430b2f8 100644
--- a/sw/inc/textboxhelper.hxx
+++ b/sw/inc/textboxhelper.hxx
@@ -11,6 +11,7 @@
#define INCLUDED_SW_INC_TEXTBOXHELPER_HXX
#include <map>
+#include <optional>
#include <set>
#include <vector>