From 31f0a612ad40dfc63bcc88eecd96f945c5f34577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 26 May 2018 19:48:50 +0100 Subject: [PATCH] fix build failure on some system Change-Id: I63e1164d5ee431450f1c780758d9fd6f69cf6916 --- sc/source/ui/inc/inputhdl.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index d2f0c64f4367..0afa464a81a5 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -34,6 +34,7 @@ #include #include +#include class ScDocument; class ScTabViewShell;