summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <jan-marek.glogowski@extern.cib.de>2020-02-22 23:10:22 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2021-04-07 16:17:22 +0000
commit576318bdfd1fc432f26a4dcc520290b6a196449c (patch)
tree9f2fb659588cb66b6f99f8c7fd0033487a3c0a86
parent1250daaf1149ee0980b34faf4da72c668c225e21 (diff)
Fix missing Calc officecfg headers
Change-Id: Ief62466eeeb7b4224cf4c1958df55b3a730aa2d4
-rw-r--r--sc/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/meson.build b/sc/meson.build
index 633aa4513416..2432644bb4b7 100644
--- a/sc/meson.build
+++ b/sc/meson.build
@@ -605,7 +605,8 @@ sc_lib = shared_library('sclo',
# Formula logger.
'source/core/tool/formulalogger.cxx',
scslots_hxx,
- udk_fake_h, off_fake_h, oovba_fake_h, common_hxx,
+ udk_fake_h, off_fake_h, oovba_fake_h,
+ calc_hxx, common_hxx,
cpp_args: ['-DSC_DLLIMPLEMENTATION',
'-DSC_INFO_OSVERSION="linux"',
'-DLIBO_INTERNAL_ONLY'],