summaryrefslogtreecommitdiff
blob: 0bf00862e51bbf41cf1504b88eaa534a3988d78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://src.fedoraproject.org/rpms/OpenColorIO/raw/rawhide/f/OCIO-strlen.patch
https://github.com/AcademySoftwareFoundation/OpenColorIO/commit/4fa94918c2cf572dcaf61ca07016f3b5c231c14c
https://bugs.gentoo.org/841479
--- a/src/OpenColorIO/FileRules.cpp
+++ b/src/OpenColorIO/FileRules.cpp
@@ -3,6 +3,7 @@
 
 #include <algorithm>
 #include <cctype>
+#include <cstring>
 #include <map>
 #include <regex>
 #include <sstream>