]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/dummy_impl.cpp
Cmake build: Omit also hidden header files from globbing
[lyx.git] / src / tex2lyx / dummy_impl.cpp
index b20db6d9d6daad8053f80d04dfbbdaaa584041aa..6fb1a84b7611a68e0b91dc8613e54a06b90c579c 100644 (file)
@@ -21,6 +21,7 @@
 #include "Format.h"
 #include "LaTeXFeatures.h"
 #include "LyXRC.h"
+#include "output_xhtml.h"
 
 #include "support/Messages.h"
 
@@ -115,6 +116,11 @@ bool LaTeXFeatures::isAvailable(string const &)
 }
 
 
+string alignmentToCSS(LyXAlignment)
+{
+       return string();
+}
+
 //
 // Keep the linker happy on Windows
 //