mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2026-05-05 07:37:58 +02:00
core: add missing header for libc++ after 5a95d8512b (#66)
libhyprcursor/hyprcursor.cpp:23:27: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
23 | std::stringstream envXdgStream(envXdgData);
| ^
/usr/include/c++/v1/__fwd/sstream.h:29:28: note: template is declared here
29 | class _LIBCPP_TEMPLATE_VIS basic_stringstream;
| ^
This commit is contained in:
parent
704cd7fed0
commit
34efe230c2
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "internalSharedTypes.hpp"
|
||||
#include "internalDefines.hpp"
|
||||
#include <array>
|
||||
#include <sstream>
|
||||
#include <cstdio>
|
||||
#include <filesystem>
|
||||
#include <zip.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue