13
0

explicit string.h include for memset()

This commit is contained in:
Robin Gareus 2015-09-20 20:24:49 +02:00
parent dec4790dff
commit 7b4aa97145

View File

@ -19,8 +19,9 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <glibmm.h>
#include <assert.h> #include <assert.h>
#include <string.h>
#include <glibmm.h>
#include "pbd/error.h" #include "pbd/error.h"
#include "pbd/failed_constructor.h" #include "pbd/failed_constructor.h"