1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Fixes MSVC 2017 support

This commit is contained in:
Dmitry Vedenko 2021-05-26 06:13:38 -07:00
parent 2175d0219a
commit 13533c8bfa
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "HeadersList.h"
#include <algorithm>
#include <cctype>
namespace audacity
{

View File

@ -12,6 +12,7 @@
#include <cassert>
#include <map>
#include <algorithm>
namespace audacity
{