]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbase.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetbase.h
index a32e36dc445a9aa5e95487abbd78418af12f766e..b2cd718a358ae97d8e53f29b4064c10b8ff03615 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author none
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef INSETBASE_H
@@ -15,6 +15,7 @@
 #include "LString.h"
 
 #include <vector>
+#include <memory>
 
 class BufferView;
 class FuncRequest;