mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 08:10:25 +02:00
Add missing include in AColor.cpp
Adds include for copy_n in AColor.cpp to fix issues with compiling on some Linux-based systems. Signed-off-by: akleja <storspov@gmail.com> Reference-to: https://github.com/tenacityteam/tenacity/pull/663
This commit is contained in:
parent
bee8ce7313
commit
e1b9071d5e
@ -22,6 +22,7 @@ It is also a place to document colour usage policy in Audacity
|
|||||||
#include "AColorResources.h"
|
#include "AColorResources.h"
|
||||||
|
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <wx/window.h>
|
#include <wx/window.h>
|
||||||
#include <wx/colour.h>
|
#include <wx/colour.h>
|
||||||
#include <wx/dc.h>
|
#include <wx/dc.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user