diff options
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r-- | sc/inc/chartuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx index 8eaffadff9f8..f5c5bb65cea5 100644 --- a/sc/inc/chartuno.hxx +++ b/sc/inc/chartuno.hxx @@ -21,6 +21,7 @@ #define SC_CHARTUNO_HXX #include "address.hxx" +#include "rangelst.hxx" #include <svl/lstner.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/propertycontainer.hxx> @@ -37,7 +38,6 @@ class ScDocShell; -class ScRangeListRef; class ScChartObj; |