Hyprland/hyprpm/src
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
..
core hyprpm: add missing include for libc++ after 858c0e26d1 (#10234) 2025-05-01 20:48:13 +02:00
helpers hyprpm: move to system directories for storing plugins (#10211) 2025-05-01 18:00:26 +02:00
progress hyprpm: convert std::cout and std::cerr to std::println() 2024-10-13 14:13:56 +01:00
main.cpp hyprpm: move to system directories for storing plugins (#10211) 2025-05-01 18:00:26 +02:00
meson.build hyprpm: use glaze to parse hyprctl plugin list (#8812) 2024-12-27 14:40:46 +00:00