]> git.lyx.org Git - features.git/commitdiff
compile fix
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 20 Mar 2006 17:11:08 +0000 (17:11 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 20 Mar 2006 17:11:08 +0000 (17:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13441 a592a061-630c-0410-9148-cb99ea01b6c8

src/client/client.C

index 6134877b169d2e3a961aa86e10738084d18a49ca..25eaad1e7e83bfbca15fdcca4d7d13472d0a573d 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "debug.h"
 #include "support/lstrings.h"
+#include "support/package.h"
 
 #include <boost/filesystem/operations.hpp>
 #include <boost/lexical_cast.hpp>
@@ -458,7 +459,7 @@ int a(vector<char *> const & arg)
 }
 
 
-string mainTmp(package().temp_dir());
+string mainTmp(lyx::support::package().temp_dir());
 
 
 int t(vector<char *> const & arg)