diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-09 21:10:37 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-09 21:10:37 -0500 |
commit | 842f4e919a3cb54b48deb5e2bc965795aeb4aaab (patch) | |
tree | 1567bf975c5fb870d224b2109f35a5c2a3dd43cc /starmath/source/parse.cxx | |
parent | a7be30202460cd143cb3815cf31c71ea4b374843 (diff) |
missing include for SAL_N_ELEMENTS
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r-- | starmath/source/parse.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 839999204ca6..11d1aa81b3d7 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -38,6 +38,7 @@ #include <unotools/charclass.hxx> #include <editeng/unolingu.hxx> #include <unotools/syslocale.hxx> +#include <sal/macros.h> #include "parse.hxx" #include "starmath.hrc" #include "smdll.hxx" |