diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-19 10:14:18 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-19 10:14:18 -0600 |
commit | 6db8af3e8b5020f8726276ef70b0cd29f9adebeb (patch) | |
tree | 79d3019a655d453a21d356591d218499453d0193 /starmath | |
parent | 4b030331f725c63bc5ef0f365091179f0e6a78e5 (diff) |
Revert "Removed tools/dynarray.hxx", break binfilter
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/symbol.hxx | 1 | ||||
-rw-r--r-- | starmath/source/math_pch.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index 21f2c5cc91dc..d72df3416415 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -30,6 +30,7 @@ #define SYMBOL_HXX #include <vcl/font.hxx> +#include <tools/dynary.hxx> #include <svl/lstner.hxx> #include <svl/svarray.hxx> diff --git a/starmath/source/math_pch.cxx b/starmath/source/math_pch.cxx index e85359be5a83..0c3e56011ee8 100644 --- a/starmath/source/math_pch.cxx +++ b/starmath/source/math_pch.cxx @@ -134,6 +134,7 @@ #include <osl/thread.hxx> #include <osl/thread.h> #include <vcl/apptypes.hxx> +#include <tools/dynary.hxx> #include <vcl/svapp.hxx> #include <vcl/timer.hxx> #include <sfx2/app.hxx> |