]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.C
add config.h
[lyx.git] / src / Floating.C
index c577160890b39974e5aea876a042ec2dfe34cb0f..ddd94a901d4cfab062a9b05ea2614a2b26d99850 100644 (file)
@@ -5,6 +5,7 @@
  *
  * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS.
  */
 #include "Floating.h"
 
 
+namespace lyx {
+
+using std::string;
+
+
 Floating::Floating()
 {}
 
@@ -73,3 +79,6 @@ bool Floating::builtin() const
 {
        return builtin_;
 }
+
+
+} // namespace lyx