Hyprland/hyprpm/src/helpers
Sv. Lockal 0c317f2508
internal: Fix compilation with libc++ (#11355)
Build with libc++ (Clang-20, Gentoo LLVM profile) fails due to transitive include with:
```
s_Sys.cpp.o -c ../hyprland-source/hyprpm/src/helpers/Sys.cpp
../hyprland-source/hyprpm/src/helpers/Sys.cpp:24:24: error: implicit instantiation of undefined template 'std::basic_ostringstream<char>'
   24 |     std::ostringstream oss;
      |                        ^
/usr/include/c++/v1/__fwd/sstream.h:28:28: note: template is declared here
   28 | class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
      |                            ^
1 error generated.
```
2025-08-06 14:01:02 +02:00
..
Colors.hpp hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072) 2023-12-07 10:41:09 +00:00
Die.hpp hyprpm: move to system directories for storing plugins (#10211) 2025-05-01 18:00:26 +02:00
StringUtils.hpp hyprpm: convert std::cout and std::cerr to std::println() 2024-10-13 14:13:56 +01:00
Sys.cpp internal: Fix compilation with libc++ (#11355) 2025-08-06 14:01:02 +02:00
Sys.hpp hyprpm: clean up root access and properly check input (#10304) 2025-05-06 22:43:08 +02:00