Browse Source

dxflib_qcad: add <cstring> to includes for strlen() prototype

upstream commit
d4ea687c4a
6.0.7
Marek Roszko 5 years ago
parent
commit
6dfcc8a755
  1. 1
      thirdparty/dxflib_qcad/dl_writer.h

1
thirdparty/dxflib_qcad/dl_writer.h

@ -32,6 +32,7 @@
#include <strings.h>
#endif
#include <cstring>
#include <iostream>
#include <algorithm>

Loading…
Cancel
Save