diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx index fabda3c40d8e..cb12ccd59420 100644 --- a/sc/source/ui/optdlg/tpcompatibility.cxx +++ b/sc/source/ui/optdlg/tpcompatibility.cxx @@ -11,6 +11,7 @@ #include #include "tpcompatibility.hxx" +#include "sc.hrc" #include "scresid.hxx" #include "appoptio.hxx" diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx index f15531e0b9d3..44a1c34cb751 100644 --- a/sc/source/ui/optdlg/tpdefaults.cxx +++ b/sc/source/ui/optdlg/tpdefaults.cxx @@ -11,6 +11,7 @@ #undef SC_DLLIMPLEMENTATION #include "tpdefaults.hxx" +#include "sc.hrc" #include "scresid.hxx" #include "scmod.hxx" #include "defaultsoptions.hxx" diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx index ebac619fd024..ddb30b19a239 100644 --- a/sc/source/ui/optdlg/tpformula.cxx +++ b/sc/source/ui/optdlg/tpformula.cxx @@ -24,6 +24,7 @@ #include #include "tpformula.hxx" #include "formulaopt.hxx" +#include "sc.hrc" #include "scresid.hxx" #include "formula/grammar.hxx" #include "calcoptionsdlg.hxx"