X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.C;h=81f7a6e99b1b72691130a3476dae34c2296ae921;hb=d2574b7d8e2716d3d3aea92df6576bd01c421a6c;hp=3fdef671f48d8e42eb1861adee94190e5ffc628c;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/FloatList.C b/src/FloatList.C index 3fdef671f4..81f7a6e99b 100644 --- a/src/FloatList.C +++ b/src/FloatList.C @@ -11,7 +11,12 @@ #include #include "FloatList.h" -#include "gettext.h" +#include "Floating.h" + + +namespace lyx { + +using std::string; // This class is now mostly finished, except one thing, it is a global // object. This will not do. The user (and layout files) are free to @@ -94,3 +99,6 @@ FloatList::const_iterator FloatList::operator[](string const & t) const { return list.find(t); } + + +} // namespace lyx