X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftable.cpp;h=3cce03df4308561040fb9a1b93018fa64fbfb2ff;hb=a7aef29600ee5cb01212e2fa9316f57c5b979b27;hp=6da3059a02bb8a079105040db3da5de31dd79d57;hpb=9c55af4a223ce4db29d643251109e245665344bd;p=lyx.git diff --git a/src/tex2lyx/table.cpp b/src/tex2lyx/table.cpp index 6da3059a02..3cce03df43 100644 --- a/src/tex2lyx/table.cpp +++ b/src/tex2lyx/table.cpp @@ -22,6 +22,7 @@ #include "support/convert.h" #include "support/lstrings.h" +#include #include #include #include @@ -144,7 +145,7 @@ public: class ltType { public: // constructor - ltType() : topDL(false), bottomDL(false), empty(false) {} + ltType() : set(false), topDL(false), bottomDL(false), empty(false) {} // we have this header type (is set in the getLT... functions) bool set; // double borders on top