dxflib_qcad: add <cstring> to includes for strlen() prototype
upstream commit d4ea687c4a6039a43cc782fbbce477720df11e78
This commit is contained in:
parent
86d4daa591
commit
6dfcc8a755
|
@ -32,6 +32,7 @@
|
|||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in New Issue