diff options
author | Kayo Hamid <revol.code@yahoo.com> | 2010-10-09 22:17:25 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-09 22:17:25 -0500 |
commit | d7f4b5a0fc1033b314b59e8b20efc6a06b1f8049 (patch) | |
tree | 7e50a26a7c8197db131c99af0723445de61f0c2d /dbaccess/inc | |
parent | fa482813b4fadcde61410e8981fa011985c8b4c1 (diff) |
Use SAL_N_ELEMENTS macro
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/dataview.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/inc/dataview.hxx b/dbaccess/inc/dataview.hxx index 135866bec980..1c3b1c2ac259 100644 --- a/dbaccess/inc/dataview.hxx +++ b/dbaccess/inc/dataview.hxx @@ -30,6 +30,7 @@ #include <vcl/window.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <svtools/acceleratorexecute.hxx> +#include <sal/macros.h> #include <memory> #include "dbaccessdllapi.h" |