diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-10-16 17:15:50 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-10-26 21:04:30 +0000 |
commit | fd9d9976bf346929d872db0e5d8abc4180c9996c (patch) | |
tree | 77006fe6cc1447040206849a8ff5ef11f83a9860 /include/svx | |
parent | 85adff17399701880de5fe4eed16d8ca11b20c82 (diff) |
fix includes that are not stand-alone
includes should be able to be included on their own
fix some of the ones that do not respect
that rule.
Change-Id: Id161224a1978461d3cea43252f232f18888a4f61
Reviewed-on: https://gerrit.libreoffice.org/19612
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/globl3d.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/globl3d.hxx b/include/svx/globl3d.hxx index 233a64196742..88fec321b895 100644 --- a/include/svx/globl3d.hxx +++ b/include/svx/globl3d.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_SVX_GLOBL3D_HXX #define INCLUDED_SVX_GLOBL3D_HXX +#include <sal/types.h> + const sal_uInt32 E3dInventor = sal_uInt32('E')*0x00000001+ sal_uInt32('3')*0x00000100+ sal_uInt32('D')*0x00010000+ |