1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00

Fix Windows build.

This commit is contained in:
James Crook 2017-06-26 22:47:38 +01:00
parent f0f4f03b42
commit 6dc52c3d7a

View File

@ -75,7 +75,7 @@ std::shared_ptr<TrackPanelCell> Track::GetVRulerControl()
return mpVRulerContols;
}
#include "TrackPanelResizeHandle.h"
#include "../../TrackPanelResizeHandle.h"
std::shared_ptr<TrackPanelCell> Track::GetResizer()
{
if (!mpResizer)