diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-06-11 20:12:29 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-06-11 20:12:29 -0600 |
| commit | 07bf05a7869c88c27912833c1db942f8fc849f4d (patch) | |
| tree | b32a11e146884bcee04ef2dd5702b45e89699424 /pkgs/force-riscv/testio-include-string.patch | |
| parent | 905a306a705fc7bf9f0d03945bfe692c530dd05e (diff) | |
pkgs: add existing derivations written for other projects
Diffstat (limited to 'pkgs/force-riscv/testio-include-string.patch')
| -rw-r--r-- | pkgs/force-riscv/testio-include-string.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/force-riscv/testio-include-string.patch b/pkgs/force-riscv/testio-include-string.patch new file mode 100644 index 0000000..5b36d9f --- /dev/null +++ b/pkgs/force-riscv/testio-include-string.patch @@ -0,0 +1,12 @@ +diff --git a/base/inc/TestIO.h b/base/inc/TestIO.h +index 7d28c32..08a9167 100644 +--- a/base/inc/TestIO.h ++++ b/base/inc/TestIO.h +@@ -17,6 +17,7 @@ + #define Force_TestIO_H + + #include <map> ++#include <string> + + #include "Defines.h" + |
