Skip to content

Commit

Permalink
fixed missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed Dec 20, 2023
1 parent 81a1b38 commit 63ba5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <doctest/doctest.h>

#include <assert.h>
#include <wchar.h> // wcscmp()

#include <algorithm>
#include <vector>
Expand Down

0 comments on commit 63ba5fe

Please sign in to comment.