include/unotools/VersionConfig.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6c17a51c0f6f2bf9e8c1132a2d1c96edb404e522
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Mar 1 15:09:15 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Tue Mar 1 16:34:52 2022 +0100

    Quick build fix: Add missing #include
    
    Change-Id: Ib36aa807c3fbe0678adaaea0d202163d2ac70022
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130791
    Tested-by: Mike Kaganski <mike.kagan...@collabora.com>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/include/unotools/VersionConfig.hxx 
b/include/unotools/VersionConfig.hxx
index a16e9f0e0b29..f3ed8315640f 100644
--- a/include/unotools/VersionConfig.hxx
+++ b/include/unotools/VersionConfig.hxx
@@ -12,6 +12,8 @@
 #include <officecfg/Setup.hxx>
 #include <unotools/configmgr.hxx>
 
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+
 namespace utl
 {
 /** This method is called when there's a need to determine if the

Reply via email to