include string.h for memcpy. fixes #79
This commit is contained in:
parent
917475b9cd
commit
368d785301
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include "colorspacehandler_SSE2.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifndef ENABLE_SSE2
|
||||
#error This code requires SSE2 support.
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue