mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
chore: DisplayInvalidException only include stdstring on apple systems
This commit is contained in:
parent
176b5c2459
commit
04bea86254
@ -7,7 +7,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
class DisplayInvalidException : public std::runtime_error
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user