Merge pull request #1 from jbeich/libc++

Unbreak build with libc++
This commit is contained in:
outfoxxed 2023-05-16 20:21:48 -07:00 committed by GitHub
commit 4eedd54963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
#include <hyprland/src/Compositor.hpp> #include <hyprland/src/Compositor.hpp>
#include <hyprland/src/plugins/PluginAPI.hpp> #include <hyprland/src/plugins/PluginAPI.hpp>
#include <sstream>
void errorNotif() { void errorNotif() {
HyprlandAPI::addNotificationV2(PHANDLE, { HyprlandAPI::addNotificationV2(PHANDLE, {
{"text", "Something has gone very wrong. Check the log for details."}, {"text", "Something has gone very wrong. Check the log for details."},