mirror of https://github.com/JakubMelka/PDF4QT.git
Linux compilation fix
This commit is contained in:
parent
ed79aa0334
commit
e476c4ea11
|
@ -19,6 +19,8 @@
|
||||||
#include "pdfimageconversion.h"
|
#include "pdfimageconversion.h"
|
||||||
#include "pdfutils.h"
|
#include "pdfutils.h"
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
namespace pdf
|
namespace pdf
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "pdfimageconversion.h"
|
#include "pdfimageconversion.h"
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
namespace pdf
|
namespace pdf
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue