1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-29 06:59:27 +02:00

include <algorithm> to fix Linux build

This commit is contained in:
Steve Daulton 2016-07-10 16:59:41 +01:00
parent adb4ba3f04
commit cad6dc8dd6

View File

@ -32,6 +32,7 @@ for drawing different aspects of the label and its text box.
#include "LabelTrack.h"
#include <stdio.h>
#include <algorithm>
#include <wx/bitmap.h>
#include <wx/brush.h>