From 3f75727b6aaca18350e104dc7312c20e77443231 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 9 Aug 2016 21:48:43 +0300 Subject: [PATCH] Resolved issue #540. The latest development version don't compile in MAC. --HG-- branch : develop --- src/libs/vdxf/dxflib/dl_dxf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vdxf/dxflib/dl_dxf.cpp b/src/libs/vdxf/dxflib/dl_dxf.cpp index e73dfdf1c..aa33b5a70 100644 --- a/src/libs/vdxf/dxflib/dl_dxf.cpp +++ b/src/libs/vdxf/dxflib/dl_dxf.cpp @@ -25,7 +25,7 @@ #include "dl_dxf.h" #include -#if defined(__GNUC__) +#if defined(__GNUC__) && !defined(__APPLE__) #include #endif #include