fix android build

Change-Id: I55ff31b40366398b6159ee7a99c75e393a05b36a
This commit is contained in:
Noel Grandin 2017-01-13 09:25:40 +02:00
parent e8b49f0907
commit d1787d6ac6

View File

@ -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();