Hyprland/hyprpm
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
..
src internal: Fix compilation with libc++ (#11355) 2025-08-06 14:01:02 +02:00
CMakeLists.txt hyprpm: move to system directories for storing plugins (#10211) 2025-05-01 18:00:26 +02:00
hyprpm.bash hyprpm, hyprctl: update shell completions 2024-08-19 00:21:59 +03:00
hyprpm.fish ci: correct tar command for xz compression & fix typos (#11213) 2025-07-25 17:19:23 +02:00
hyprpm.usage ci: correct tar command for xz compression & fix typos (#11213) 2025-07-25 17:19:23 +02:00
hyprpm.zsh ci: correct tar command for xz compression & fix typos (#11213) 2025-07-25 17:19:23 +02:00