Am Mon, 31 Aug 2020 19:06:20 +0200
schrieb Kornel Benko <kor...@lyx.org>:

> Am Mon, 31 Aug 2020 18:54:29 +0200
> schrieb Kornel Benko <kor...@lyx.org>:
> 
> > Am Mon, 31 Aug 2020 18:41:35 +0200
> > schrieb Kornel Benko <kor...@lyx.org>:
> >   
> > > So, there is something fishy ...  and 'git log' did not change.
> > > Unfortunately I am no a git-expert, so no idea how to cure this stage.
> > > 
> > >   Kornel    
> > 
> > OK, found it. Wrong branch.
> >     features/docbook -> feature/docbook
> > 
> > Compiling now.
> > 
> >     Kornel  
> 
> Compilation errors start with attached.

Attached cures the compilation.

        Kornel
diff --git a/src/output_docbook.cpp b/src/output_docbook.cpp
index 3c6a2e234d..1f17351d3f 100644
--- a/src/output_docbook.cpp
+++ b/src/output_docbook.cpp
@@ -7,10 +7,12 @@
  * \author José Matos
  *
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "Buffer.h"
 #include "buffer_funcs.h"
 #include "BufferParams.h"
 #include "Font.h"
 #include "InsetList.h"

Attachment: pgpnpdpAeUtOi.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to