From 97bad49ffa297d25f0dfe19b7984f91e5e601945 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Tue, 23 Sep 2014 21:46:41 -0400 Subject: Add missing include to avoid compile error on windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If338b41e416362fc36da25b16f119187a358206c Reviewed-on: https://gerrit.libreoffice.org/11617 Reviewed-by: Matúš Kukan Tested-by: Matúš Kukan --- dbaccess/source/ext/macromigration/migrationlog.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess') diff --git a/dbaccess/source/ext/macromigration/migrationlog.cxx b/dbaccess/source/ext/macromigration/migrationlog.cxx index 82be373b67f6..e6699eea74c3 100644 --- a/dbaccess/source/ext/macromigration/migrationlog.cxx +++ b/dbaccess/source/ext/macromigration/migrationlog.cxx @@ -28,6 +28,7 @@ #include #include #include +#include namespace dbmm { -- cgit