diff options
Diffstat (limited to 'src/dxfdata.cc')
-rw-r--r-- | src/dxfdata.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dxfdata.cc b/src/dxfdata.cc index a8768d7..9d6107a 100644 --- a/src/dxfdata.cc +++ b/src/dxfdata.cc @@ -28,6 +28,7 @@ #include <QHash> #include <QVector> #include <math.h> +#include <assert.h> struct Line { typedef DxfData::Point Point; |