1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 16:08:07 +02:00

include <algorithm> to fix Linux build

This commit is contained in:
Steve Daulton 2016-06-13 08:38:54 +01:00
parent 35ba92560d
commit 78e16f6e20

View File

@ -40,6 +40,8 @@
#include "ToolManager.h"
#include "ToolDock.h"
#include <algorithm>
#include "../AColor.h"
#include "../AllThemeResources.h"
#include "../ImageManipulation.h"