X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.h;h=b410ade851240e902eb042bea526ca5558059e77;hb=2f71fca7df3c7149542cadf577395ecedf82bbf5;hp=c8a9df46e2fa4d756a2fe79bee633de3d8e98788;hpb=eb36b71ce3b9880a9b577f3db25d16e6a86cd338;p=lyx.git diff --git a/src/FloatList.h b/src/FloatList.h index c8a9df46e2..b410ade851 100644 --- a/src/FloatList.h +++ b/src/FloatList.h @@ -12,11 +12,14 @@ #ifndef FLOATLIST_H #define FLOATLIST_H +#include "Floating.h" + #include #include -class Floating; +namespace lyx { + /// class FloatList { @@ -48,4 +51,7 @@ private: List list; }; + +} // namespace lyx + #endif