mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
explicit string.h include for memset()
This commit is contained in:
parent
dec4790dff
commit
7b4aa97145
1 changed files with 2 additions and 1 deletions
|
|
@ -19,8 +19,9 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <glibmm.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <glibmm.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/failed_constructor.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue