summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-04 11:51:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-04 11:51:58 +0000
commit18861c30a63dd419f3be47896a760109ac06c47a (patch)
tree3ebbf990ab8bb0c0479d76ea9e9c0d657cc82989 /sccomp
parentedc4fd31c9d2c57454e756d70a8fc5922fab703b (diff)
stdexcept for std::runtime_error
Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/source/solver/CoinMPSolver.cxx1
1 files changed, 1 insertions, 0 deletions
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 <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/math.hxx>
+#include <stdexcept>
#include <vector>
using namespace com::sun::star;