diff options
author | Peter Foley <pefoley2@pefoley.com> | 2014-09-23 21:46:41 -0400 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-24 06:22:01 +0000 |
commit | 97bad49ffa297d25f0dfe19b7984f91e5e601945 (patch) | |
tree | 2a4d24f5b7947d3f2c8a2792cc89b7bec93223fb /dbaccess/source/ext/macromigration/migrationlog.cxx | |
parent | 0a32edcdc2bda75a7536ce7f88c91cbc56e7afb1 (diff) |
Add missing include to avoid compile error on windows
Change-Id: If338b41e416362fc36da25b16f119187a358206c
Reviewed-on: https://gerrit.libreoffice.org/11617
Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
Tested-by: Matúš Kukan <matus.kukan@collabora.com>
Diffstat (limited to 'dbaccess/source/ext/macromigration/migrationlog.cxx')
-rw-r--r-- | dbaccess/source/ext/macromigration/migrationlog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <vector> #include <map> #include <list> +#include <algorithm> namespace dbmm { |