Add regex include for MacOS
This commit is contained in:
parent
4bcc33569a
commit
b6afcc222a
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
#include "filesystem.h"
|
||||
#include <algorithm> // For std::sort only
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <regex>
|
||||
#endif
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| getSerialPorts(): returns the list of available serial |
|
||||
| ports in the system |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue