Skip to content

Commit f0bad01

Browse files
committed
Fix build: add missing cstring include for std::strlen
1 parent 001db7b commit f0bad01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/owl2/loader/mapping_spec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <sstream>
55
#include <algorithm>
66
#include <cstdlib>
7+
#include <cstring>
78
#include <regex>
89
#include <set>
910

0 commit comments

Comments
 (0)