fix android build
Change-Id: I55ff31b40366398b6159ee7a99c75e393a05b36a
This commit is contained in:
parent
e8b49f0907
commit
d1787d6ac6
@ -21,9 +21,18 @@
|
||||
|
||||
#include "unx/gendata.hxx"
|
||||
|
||||
// needed since we declare a std::unique_ptr<SystemQueueInfo>
|
||||
namespace psp
|
||||
{
|
||||
class SystemQueueInfo
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
using namespace psp;
|
||||
using namespace osl;
|
||||
|
||||
|
||||
PrinterInfoManager& PrinterInfoManager::get()
|
||||
{
|
||||
SalData* pSalData = GetSalData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user