mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Add missing header for libc++
src/Hy3Layout.cpp:1368:20: error: implicit instantiation of undefined template 'std::basic_stringstream<char>' std::stringstream buf; ^ /usr/include/c++/v1/iosfwd:134:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_stringstream; ^
This commit is contained in:
parent
4c000cc03c
commit
5410ff18f9
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#include <hyprland/src/Compositor.hpp>
|
||||
#include <hyprland/src/plugins/PluginAPI.hpp>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
void errorNotif() {
|
||||
HyprlandAPI::addNotificationV2(PHANDLE, {
|
||||
{"text", "Something has gone very wrong. Check the log for details."},
|
||||
|
|
Loading…
Add table
Reference in a new issue