diff options
Diffstat (limited to 'cui/inc/twolines.hrc')
-rw-r--r-- | cui/inc/twolines.hrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/inc/twolines.hrc b/cui/inc/twolines.hrc index d77f9abc264e..2e63227d25cf 100644 --- a/cui/inc/twolines.hrc +++ b/cui/inc/twolines.hrc @@ -10,6 +10,10 @@ #ifndef INCLUDED_CUI_INC_TWO_LINES_HRC #define INCLUDED_CUI_INC_TWO_LINES_HRC +#include <sal/types.h> + +#include <utility> + #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) #define CHRDLG_ENCLOSE_NONE 0 |