From 1937baba99c187567f21c18411d947c77c5cffff Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 8 Aug 2016 16:00:42 +0300 Subject: [PATCH] Error cannot open include file: 'ext/alloc_traits.h': No such file or directory. --HG-- branch : develop --- src/libs/vdxf/dxflib/dl_dxf.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libs/vdxf/dxflib/dl_dxf.cpp b/src/libs/vdxf/dxflib/dl_dxf.cpp index f6262c907..e73dfdf1c 100644 --- a/src/libs/vdxf/dxflib/dl_dxf.cpp +++ b/src/libs/vdxf/dxflib/dl_dxf.cpp @@ -25,7 +25,9 @@ #include "dl_dxf.h" #include +#if defined(__GNUC__) #include +#endif #include #include #include