Add regex include for MacOS

master
Adam Honse 10 months ago
parent 4bcc33569a
commit b6afcc222a

@ -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…
Cancel
Save