Skip to content

Commit

Permalink
Fixed missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Oct 20, 2019
1 parent 9b7812a commit 9a68bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/spdlog/details/os-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#include <limits>
#endif

#include <direct.h> // for _mkdir/_wmkdir

#else // unix

#include <fcntl.h>
Expand Down

0 comments on commit 9a68bd8

Please sign in to comment.