Add missing include for compat (memcpy needs string.h)

This commit is contained in:
Robin Gareus
2020-02-08 21:27:57 +01:00
parent 39975dc3c6
commit 4c29eb5b6a

View File

@@ -16,6 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <string.h>
#include "pbd/failed_constructor.h"
#include "ardour/audiorom.h"