summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/fileregistration.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/vcl/fileregistration.hxx b/include/vcl/fileregistration.hxx
index ad9ac876e9e8..68a0f26a813d 100644
--- a/include/vcl/fileregistration.hxx
+++ b/include/vcl/fileregistration.hxx
@@ -12,7 +12,11 @@
#include <sal/config.h>
#include <vcl/dllapi.h>
-#include <vcl/weld.hxx>
+
+namespace weld
+{
+class Window;
+}
namespace vcl::fileregistration
{