mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-17 02:35:57 +01: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 "internalSharedTypes.hpp"
|
||||||
#include "internalDefines.hpp"
|
#include "internalDefines.hpp"
|
||||||
#include <array>
|
#include <array>
|
||||||
|
#include <sstream>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <zip.h>
|
#include <zip.h>
|
||||||
|
|
Loading…
Reference in a new issue