summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/CoinMPSolver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/source/solver/CoinMPSolver.cxx')
-rw-r--r--sccomp/source/solver/CoinMPSolver.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx
index d227e48d5f0f..cd2973580997 100644
--- a/sccomp/source/solver/CoinMPSolver.cxx
+++ b/sccomp/source/solver/CoinMPSolver.cxx
@@ -25,13 +25,14 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/table/CellAddress.hpp>
-#include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/math.hxx>
#include <stdexcept>
#include <vector>
#include <float.h>
+namespace com::sun::star::uno { class XComponentContext; }
+
using namespace com::sun::star;
class CoinMPSolver : public SolverComponent