sccomp/source/solver/LpsolveSolver.cxx | 2 ++ stoc/source/inspect/introspection.cxx | 1 + 2 files changed, 3 insertions(+)
New commits: commit 189810c3e14293a44299fce0419fe417cbda38fe Author: Jan Holesovsky <[email protected]> Date: Tue Dec 5 16:24:31 2017 +0100 Add some missing #include <memory> to have std::unique_ptr. Change-Id: I0fb999f241c727eb4856aedadaf3c9f7872d3327 Reviewed-on: https://gerrit.libreoffice.org/45895 Reviewed-by: pranavk <[email protected]> Tested-by: pranavk <[email protected]> diff --git a/sccomp/source/solver/LpsolveSolver.cxx b/sccomp/source/solver/LpsolveSolver.cxx index 1e22d991c23d..00a1d71969d8 100644 --- a/sccomp/source/solver/LpsolveSolver.cxx +++ b/sccomp/source/solver/LpsolveSolver.cxx @@ -52,6 +52,8 @@ #endif #undef LANGUAGE_NONE +#include <memory> + #include "SolverComponent.hxx" #include "solver.hrc" diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 41e81263955c..f82e74fd30a7 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -23,6 +23,7 @@ #include <cstddef> #include <limits> #include <map> +#include <memory> #include <set> #include <o3tl/any.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
