]> git.lyx.org Git - lyx.git/blobdiff - src/tabular_funcs.C
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / tabular_funcs.C
index 2f44fd3e169a3a16fd2a21ecbd71233eb903cbe3..72d28384a481154535b225a8c1d5b5c3aa733f94 100644 (file)
@@ -22,6 +22,7 @@
 #include "support/LIstream.h"
 
 using std::istream;
+using std::getline;
 
 // Perfect case for a template... (Lgb)
 // or perhaps not...