mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-09 06:18:01 +02:00
widgets: remove the libc++ version check (#818)
see https://github.com/hyprwm/hyprlock/issues/816
This commit is contained in:
parent
fee04f6406
commit
46498da4a0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
using namespace Hyprutils::String;
|
||||
|
||||
#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION < 190100
|
||||
#if defined(_LIBCPP_VERSION)
|
||||
#pragma comment(lib, "date-tz")
|
||||
#include <date/tz.h>
|
||||
namespace std {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue