]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlRef.cpp
ControlRef.cpp: compile fix
[lyx.git] / src / frontends / controllers / ControlRef.cpp
index 87e76c1a2ae6133347ea42205a26fc120ce36e05..54b4fb72b38eb0101574c0775402ba96e3996711 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <config.h>
 
-
 #include "ControlRef.h"
 
 #include "Buffer.h"
 
 #include "support/filetools.h" // MakeAbsPath, MakeDisplayPath
 
+#include <boost/filesystem/operations.hpp>
+
 using lyx::docstring;
 
+using std::find;
 using std::vector;
 using std::string;
 
@@ -32,7 +34,7 @@ using support::makeDisplayPath;
 namespace frontend {
 
 ControlRef::ControlRef(Dialog & d)
-       : ControlCommand(d, "ref", "ref")
+       : ControlCommand(d, "ref")
 {}