[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sccomp/source stoc/source
Jan Holesovsky
kendy at collabora.com
Tue Dec 5 16:15:21 UTC 2017
sccomp/source/solver/LpsolveSolver.cxx | 2 ++
stoc/source/inspect/introspection.cxx | 1 +
2 files changed, 3 insertions(+)
New commits:
commit 189810c3e14293a44299fce0419fe417cbda38fe
Author: Jan Holesovsky <kendy at collabora.com>
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 <pranavk at collabora.co.uk>
Tested-by: pranavk <pranavk at collabora.co.uk>
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>
More information about the Libreoffice-commits
mailing list