From 3e67a8f56b459844c6e7ab4f5cf8b4e70bd7c5b6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Feb 2019 16:47:52 +0100 Subject: [PATCH] missing include Change-Id: Icaad7f774ecc973114d7e569327dae3dcb1bbcc5 --- sc/source/ui/app/scmod.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 588307ce3fc0..e9edaffad9e1 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -86,6 +86,7 @@ #include #include #include +#include #define ShellClass_ScModule #include