diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-14 22:33:33 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-14 22:33:33 +0100 |
commit | c63d5210fd85cf8ec41c29f8fc17d39c676726be (patch) | |
tree | 5c174869845f6d9710bc5963c3e43ef56899e8cf /formula | |
parent | f06fca80cdf28e70839916e38bd08f7575b79a3e (diff) |
add lots more missing sal/macros.h includes
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 8df3c7ec05f5..0e5047084e05 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -26,6 +26,7 @@ * ************************************************************************/ #include "precompiled_formula.hxx" +#include <sal/macros.h> #include "formula/FormulaCompiler.hxx" #include "formula/errorcodes.hxx" #include "formula/token.hxx" |