Skip to content

Commit 786c869

Browse files
committed
add missing #include <strings.h> for win32
1 parent 8c2d1f7 commit 786c869

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CommonIncludes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#include <memory>
2828
#include <filesystem>
2929

30+
#include <strings.h>
31+
3032
#include <cmath>
3133
#include <cassert>
3234
#include <cstring>

0 commit comments

Comments
 (0)