Signed-off-by: Alejandro Colomar <[email protected]> --- src/libs/libgroff/font.cpp | 1 + src/preproc/preconv/preconv.cpp | 1 + 2 files changed, 2 insertions(+)
diff --git a/src/libs/libgroff/font.cpp b/src/libs/libgroff/font.cpp index 83b42c919..c1ebdd608 100644 --- a/src/libs/libgroff/font.cpp +++ b/src/libs/libgroff/font.cpp @@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "error.h" #include "cset.h" #include "font.h" +#include "lib.h" #include "unicode.h" #include "paper.h" diff --git a/src/preproc/preconv/preconv.cpp b/src/preproc/preconv/preconv.cpp index c66ec4558..448eb5d2e 100644 --- a/src/preproc/preconv/preconv.cpp +++ b/src/preproc/preconv/preconv.cpp @@ -47,6 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "errarg.h" #include "error.h" +#include "lib.h" #include "localcharset.h" #include "nonposix.h" #include "stringclass.h" // must precede lf.h -- 2.51.0
