]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Support lgathered and rgathered math environments
[lyx.git] / src / FloatList.h
index c8a9df46e2fa4d756a2fe79bee633de3d8e98788..94eb53ee89b434e6b70e1ddc59792c4a19cc43ca 100644 (file)
 #ifndef FLOATLIST_H
 #define FLOATLIST_H
 
+#include "Floating.h"
+
 #include <map>
 #include <string>
 
 
-class Floating;
-
 ///
 class FloatList {
 public: