mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 16:23:49 +01:00
Fixes MSVC 2017 support
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user