include string.h for memcpy. fixes #79

This commit is contained in:
zeromus 2017-07-30 11:51:17 -05:00
parent 917475b9cd
commit 368d785301
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include "colorspacehandler_SSE2.h"
#include <string.h>
#ifndef ENABLE_SSE2
#error This code requires SSE2 support.
#else