Add regex include for MacOS

This commit is contained in:
Adam Honse 2025-07-16 08:12:09 -05:00
parent 4bcc33569a
commit b6afcc222a

View file

@ -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 |