From 18861c30a63dd419f3be47896a760109ac06c47a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 4 Jan 2015 11:51:28 +0000 Subject: stdexcept for std::runtime_error Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8 --- sccomp/source/solver/CoinMPSolver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sccomp') diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx index 47c0d8dd9337..b650d0673421 100644 --- a/sccomp/source/solver/CoinMPSolver.cxx +++ b/sccomp/source/solver/CoinMPSolver.cxx @@ -28,6 +28,7 @@ #include #include +#include #include using namespace com::sun::star; -- cgit