mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fixes MSVC 2017 support
This commit is contained in:
parent
2175d0219a
commit
13533c8bfa
@ -25,6 +25,7 @@
|
|||||||
#include "HeadersList.h"
|
#include "HeadersList.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
namespace audacity
|
namespace audacity
|
||||||
{
|
{
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace audacity
|
namespace audacity
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user