Skip to content

Commit

Permalink
add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam committed Apr 9, 2024
1 parent df1bd45 commit 5c1e502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using namespace cpp11;
#include <codecvt>
#include "lz-string.hpp"
#include <string>

[[cpp11::register]]
std::string compressToEncodedURIComponent_(std::string uncompressed8) {
Expand Down

0 comments on commit 5c1e502

Please sign in to comment.