]> git.lyx.org Git - features.git/commitdiff
Fix header inclusion order
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 11 Jul 2020 10:30:14 +0000 (12:30 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 11 Jul 2020 10:30:14 +0000 (12:30 +0200)
This cures a crash with stdlib-debug on autotools

src/insets/InsetFloat.cpp

index c9f90faf902201837b2e4a234e5e9a9d93582dce..fbef084cae0a5f63faf3f2073a9cf92410b253bd 100644 (file)
  * Full author contact details are available in file CREDITS.
  */
 
-#include <typeinfo>
-
 #include <config.h>
-#include <xml.h>
+#include <typeinfo>
 
 #include "InsetBox.h"
 #include "InsetCaption.h"
@@ -33,6 +31,7 @@
 #include "FuncStatus.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
+#include "xml.h"
 #include "output_docbook.h"
 #include "output_xhtml.h"
 #include "ParIterator.h"