[Libreoffice-commits] core.git: sccomp/source
Caolán McNamara
caolanm at redhat.com
Sun Jan 4 03:52:24 PST 2015
sccomp/source/solver/CoinMPSolver.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 18861c30a63dd419f3be47896a760109ac06c47a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jan 4 11:51:28 2015 +0000
stdexcept for std::runtime_error
Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8
diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx
index 47c0d8d..b650d06 100644
--- a/sccomp/source/solver/CoinMPSolver.cxx
+++ b/sccomp/source/solver/CoinMPSolver.cxx
@@ -28,6 +28,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/math.hxx>
+#include <stdexcept>
#include <vector>
using namespace com::sun::star;
More information about the Libreoffice-commits
mailing list