mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Include <strings.h> on linux.
This commit is contained in:
parent
146039f402
commit
b92aa20cef
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef __linux
|
||||
#include <strings.h>
|
||||
#endif /* __linux */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue