]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
fix warning on possibly(?) unused precompiled headers due to different -fPic settings...
[lyx.git] / src / FloatList.h
index 212050f4e15105a48b0c2277b6fdda28d2ef2d0b..b410ade851240e902eb042bea526ca5558059e77 100644 (file)
 #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