diff --git a/src/libs/vdxf/dxflib/dl_dxf.cpp b/src/libs/vdxf/dxflib/dl_dxf.cpp index b1f082853..07c227692 100644 --- a/src/libs/vdxf/dxflib/dl_dxf.cpp +++ b/src/libs/vdxf/dxflib/dl_dxf.cpp @@ -26,8 +26,10 @@ #include #if defined(__GNUC__) && !defined(__APPLE__) +#if (__GNUC__ * 100 + __GNUC_MINOR__) > 406 #include #endif +#endif #include #include #include