Commit 8d290e5
authored
Fix: define memcpy
```
blend_common.cpp: In function 'void weighted_merge_return_a_or_b(BYTE*, const BYTE*, int, int, int, int, int, int, int)':
blend_common.cpp:149:7: error: 'memcpy' was not declared in this scope
149 | memcpy(p1, p2, rowsize);
| ^~~~~~
```1 parent 31b8b16 commit 8d290e5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments