mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
'strings.h' isn't available in MSVC
This commit is contained in:
parent
a0a49b9769
commit
9a678b71d6
1 changed files with 2 additions and 0 deletions
|
|
@ -18,7 +18,9 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <sndfile.h>
|
||||
#include "ardour/sndfile_helpers.h"
|
||||
#include "ardour/export_format_base.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue