Waybar/include/modules
Jan Beich 1dc557456e Add missing includes for libc++
In file included from ../src/modules/custom.cpp:1:
In file included from ../include/modules/custom.hpp:7:
../include/util/command.hpp:15:25: error: implicit instantiation of undefined template 'std::__1::array<char, 128>'
  std::array<char, 128> buffer = {0};
                        ^
../src/modules/pulseaudio.cpp:175:41: error: implicit instantiation of undefined template 'std::__1::array<std::__1::basic_string<char>, 9>'
static const std::array<std::string, 9> ports = {
                                        ^
/usr/include/c++/v1/__tuple:223:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
In file included from ../src/factory.cpp:1:
In file included from ../include/factory.hpp:8:
../include/modules/sway/workspaces.hpp:39:8: error: no template named 'unordered_map' in namespace 'std'
  std::unordered_map<std::string, Gtk::Button> buttons_;
  ~~~~~^
../src/factory.cpp:20:14: error: cannot initialize return object of type 'waybar::AModule *' with an rvalue of type 'waybar::modules::sway::Workspaces *'
      return new waybar::modules::sway::Workspaces(id, bar_, config_[name]);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-05-19 10:37:27 +00:00
..
sni Use the same StatusNotifierWatcher for all trays 2020-02-19 12:06:35 +01:00
sway Add missing includes for libc++ 2020-05-19 10:37:27 +00:00
backlight.hpp refactor: destroy threads first 2019-05-29 17:53:22 +02:00
battery.hpp refactor: destroy threads first 2019-05-29 17:53:22 +02:00
bluetooth.hpp add man page for bluetooth, fix bluetooth race-condition 2020-01-26 05:34:31 +01:00
clock.hpp fix(clock): lower precision of zoned_time to avoid fractional seconds in output 2020-02-06 10:04:22 -08:00
cpu.hpp refactor: destroy threads first 2019-05-29 17:53:22 +02:00
custom.hpp refactor: destroy threads first 2019-05-29 17:53:22 +02:00
disk.hpp Add a disk module 2019-09-25 08:47:33 +02:00
idle_inhibitor.hpp refactor: kill custom modules scripts en destroy 2019-04-23 15:56:38 +02:00
memory.hpp fix(memory): add missing unordered_map include 2020-04-13 18:02:50 +02:00
mpd.hpp mpd: add paused format string 2020-01-07 09:15:54 -08:00
network.hpp add man page for bluetooth, fix bluetooth race-condition 2020-01-26 05:34:31 +01:00
pulseaudio.hpp Add missing includes for libc++ 2020-05-19 10:37:27 +00:00
temperature.hpp Add kelvin-scale 2020-04-25 18:44:48 +02:00