mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13441 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e22e28f6d6
commit
fae3013531
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user