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