memcpy needs string.h

This commit is contained in:
Lars Immisch 2012-03-04 13:16:33 +01:00
parent 982c49385d
commit fd0e9ae989
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <fstream>
#include <stdexcept> // for out_of_range
#include <pthread.h>
#include <string.h>
#include <errno.h> // for errno
#include <iconv.h> // for iconv(), iconv_open(), iconv_close()
#include "capi.h"