From 009aed1e63c9808f67e8da45a91d1c811dfb6fdf Mon Sep 17 00:00:00 2001 From: MitSchoko Date: Thu, 23 Oct 2014 21:16:40 +0200 Subject: [PATCH] added include to fix mac osx compile error --HG-- branch : develop --- src/app/core/vapplication.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/vapplication.cpp b/src/app/core/vapplication.cpp index f3b75d5f1..712a6eeb4 100644 --- a/src/app/core/vapplication.cpp +++ b/src/app/core/vapplication.cpp @@ -40,6 +40,7 @@ #include #include #include +#include const qreal VApplication::PrintDPI = 96.0;