'strings.h' isn't available in MSVC

This commit is contained in:
John Emmas 2022-11-05 13:30:56 +00:00
parent a0a49b9769
commit 9a678b71d6
1 changed files with 2 additions and 0 deletions

View File

@ -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"