]> git.lyx.org Git - features.git/commitdiff
Fix compilation on cygwin & others
authorGuillaume Munch <gm@lyx.org>
Sat, 22 Oct 2016 22:25:05 +0000 (00:25 +0200)
committerGuillaume Munch <gm@lyx.org>
Sat, 22 Oct 2016 22:25:05 +0000 (00:25 +0200)
src/TexRow.h

index 9797ffd493cedf6919c1211ae599c6e52011834f..e85b141aeff70bc546b902190dc340da12e4a360 100644 (file)
@@ -29,6 +29,7 @@
 #define TEXROW_H
 
 #include "support/debug.h"
+#include "support/docstring.h"
 #include "support/types.h"
 
 #include <vector>