Skip to content

Commit

Permalink
lib: add missing header for libc++ after 5a95d85
Browse files Browse the repository at this point in the history
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;
      |                            ^
  • Loading branch information
jbeich committed Sep 30, 2024
1 parent 704cd7f commit f8e8455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libhyprcursor/hyprcursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "internalSharedTypes.hpp"
#include "internalDefines.hpp"
#include <array>
#include <sstream>
#include <cstdio>
#include <filesystem>
#include <zip.h>
Expand Down

0 comments on commit f8e8455

Please sign in to comment.