diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-12-09 12:43:55 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-12-09 12:43:55 +0000 |
commit | 667506d32f3e2087674b7367f77545083f198c03 (patch) | |
tree | 0da3f9514f43a7a222d91a3de51aa9a3b3dd400e /sc | |
parent | 6d7c93424f0218b54f545eb975b24247188a4684 (diff) |
#105918# misiing include
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/biffdump.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/excel/biffdump.cxx b/sc/source/filter/excel/biffdump.cxx index 40c9a627ebb4..9b28ff605d7b 100644 --- a/sc/source/filter/excel/biffdump.cxx +++ b/sc/source/filter/excel/biffdump.cxx @@ -2,9 +2,9 @@ * * $RCSfile: biffdump.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: er $ $Date: 2002-12-06 17:33:36 $ + * last change: $Author: dr $ $Date: 2002-12-09 13:43:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,8 @@ #include <stdlib.h> #include <stdio.h> +#include <tools/solmath.hxx> + #ifndef SC_DOCUMENT_HXX #include "document.hxx" #endif |