Skip to content

Commit

Permalink
[util] fix: missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Jul 7, 2024
1 parent 5b07ade commit 7ced136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/nw/util/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
#include <nowide/convert.hpp>
#include <nowide/cstdlib.hpp>

#include <algorithm>
#include <cstdlib>
#include <random>
#include <sstream>

#if defined(ROLLNW_OS_LINUX) || defined(ROLLNW_OS_MACOS)
#include <pwd.h>
#include <unistd.h>
Expand Down

0 comments on commit 7ced136

Please sign in to comment.