Browse Source

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
pull/656/merge
akleja 1 year ago
committed by GitHub
parent
commit
e1b9071d5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/AColor.cpp

1
src/AColor.cpp

@ -22,6 +22,7 @@ It is also a place to document colour usage policy in Audacity
#include "AColorResources.h"
#include <algorithm>
#include <wx/window.h>
#include <wx/colour.h>
#include <wx/dc.h>

Loading…
Cancel
Save