diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/force-riscv/imageio-include-string.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/force-riscv/imageio-include-string.patch b/pkgs/force-riscv/imageio-include-string.patch new file mode 100644 index 0000000..90417c1 --- /dev/null +++ b/pkgs/force-riscv/imageio-include-string.patch @@ -0,0 +1,12 @@ +diff --git a/base/inc/ImageIO.h b/base/inc/ImageIO.h +index f93866c..046dacb 100644 +--- a/base/inc/ImageIO.h ++++ b/base/inc/ImageIO.h +@@ -17,6 +17,7 @@ + #define Force_ImageIO_H + + #include <map> ++#include <string> + + #include "Defines.h" + |
