]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
version.h: tex2lyx can have the same actual fileformat
[lyx.git] / src / FloatList.h
index 212050f4e15105a48b0c2277b6fdda28d2ef2d0b..50db0944b2c5b7b0fdbb1e3d7b4d32d03554727a 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 #ifndef FLOATLIST_H
 #define FLOATLIST_H
 
+#include "Floating.h"
+
 #include <map>
+#include <string>
+
 
+namespace lyx {
 
-class Floating;
 
 ///
 class FloatList {
@@ -47,4 +51,7 @@ private:
        List list;
 };
 
+
+} // namespace lyx
+
 #endif