Hyprland/hyprpm
Jan Beich 2670b8f772
hyprpm: add missing include for libc++ after 858c0e26d1 (#10234)
hyprpm/src/core/DataState.cpp:80:23: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
   80 |     std::stringstream ss;
      |                       ^
hyprpm/src/core/DataState.cpp:149:23: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
  149 |     std::stringstream ss;
      |                       ^
hyprpm/src/core/DataState.cpp:229:31: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
  229 |             std::stringstream ss;
      |                               ^
/usr/include/c++/v1/__fwd/sstream.h:30:28: note: template is declared here
   30 | class _LIBCPP_TEMPLATE_VIS basic_stringstream;
      |                            ^
2025-05-01 20:48:13 +02:00
..
src hyprpm: add missing include for libc++ after 858c0e26d1 (#10234) 2025-05-01 20:48:13 +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 hyprpm, hyprctl: update shell completions 2024-08-19 00:21:59 +03:00
hyprpm.usage hyprpm: add an option to force reload all plugins (#8883) 2024-12-29 23:09:17 +00:00
hyprpm.zsh hyprpm, hyprctl: update shell completions 2024-08-19 00:21:59 +03:00