diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-03-09 21:56:51 +0000 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-03-09 21:57:37 +0000 |
commit | 4feef01e1b0bc367a79f8c1b1f8e5c9eeb3b029b (patch) | |
tree | 144593b1b3ac8a4f6795997543936b7b9706bc59 /sw/inc/tabcol.hxx | |
parent | 8cafbbcfbb4a6c3c6f70e7a903203558ccfd3411 (diff) |
Fix build breakage caused by commit 6165ef7...
Diffstat (limited to 'sw/inc/tabcol.hxx')
-rw-r--r-- | sw/inc/tabcol.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/tabcol.hxx b/sw/inc/tabcol.hxx index 5f413b29279a..a98f2875638e 100644 --- a/sw/inc/tabcol.hxx +++ b/sw/inc/tabcol.hxx @@ -28,6 +28,8 @@ #ifndef _TABCOL_HXX #define _TABCOL_HXX +#include <tools/solar.h> + #ifndef INCLUDED_VECTOR #include <vector> #define INCLUDED_VECTOR |