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 | 12df8f23e74cc02697f7570e5ad0ae2933440f1a (patch) | |
tree | daf2b08ea0494a2ea508b9dfa4a02a59109489bd /sw/inc/doc.hxx | |
parent | a606d81ea3f82645b70409e609124ffc3655b836 (diff) |
missing include for SAL_N_ELEMENTS
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index f2f1be3ad4..ba52f459f2 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -61,6 +61,7 @@ class SwList; #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <vcl/timer.hxx> +#include <sal/macros.h> #include "swdllapi.h" #include <swtypes.hxx> #include <ndarr.hxx> |