mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-07 14:13:38 -04:00
Add regex include for MacOS
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user