Skip to content

Commit

Permalink
Adding missing includes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Nov 6, 2023
1 parent a4854f9 commit e3402fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/cpp/integration_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include "test_util.h"

#include <thread>
#include <vector>
#include <algorithm>

using namespace smjni;

Expand Down
3 changes: 3 additions & 0 deletions tests/src/cpp/utf_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

#include <doctest.h>

#include <iterator>
#include <string>

using namespace smjni;

static std::u16string convert(const char * utf8)
Expand Down

0 comments on commit e3402fe

Please sign in to comment.