Skip to content

Commit

Permalink
Merge pull request #4 from jekstrand/missing-includes
Browse files Browse the repository at this point in the history
d3dkmt-wsl.cpp: Add a couple missing includes
  • Loading branch information
iourit authored Oct 28, 2021
2 parents 4c56d65 + 7b725c4 commit 16afc07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/d3dkmt-wsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <uchar.h>
#include <unistd.h>
#include <cctype>
#include <cwchar>
#include <memory>
#include <algorithm>
Expand Down

0 comments on commit 16afc07

Please sign in to comment.