From f3a2a20311c5ad383754a9fbb90d611863562e02 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 18 Jun 2018 21:59:42 +0200 Subject: tdf#42949 Fix IWYU warnings in include/sal/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I62758fd7c9d932c5a390739774b112356006a937 Reviewed-on: https://gerrit.libreoffice.org/56062 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sccomp/source/solver/CoinMPSolver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sccomp/source') diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx index 6f840a6edabe..2b1ddd7227d7 100644 --- a/sccomp/source/solver/CoinMPSolver.cxx +++ b/sccomp/source/solver/CoinMPSolver.cxx @@ -30,6 +30,7 @@ #include #include #include +#include using namespace com::sun::star; -- cgit