]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
ws changes only
[lyx.git] / src / InsetList.h
index f7fd23f4e2b27623d6518053c74f2e7f04d6540c..26aa44f8594fdc06fc17377ced0d1958d24e0b17 100644 (file)
@@ -1,10 +1,21 @@
 // -*- C++ -*-
+/**
+ * \file InsetList.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef INSET_LIST_H
 #define INSET_LIST_H
 
 #include "support/types.h"
 
+#include <vector>
+
 class InsetOld;
 class BufferView;