mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
build: Fix bad include path
tracks/labeltrack/ui/LabelTextHandle.cpp:25:10: fatal error: ../../../images/Cursors.h: No such file or directory
25 | #include "../../../images/Cursors.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
committed by
James Crook
parent
92bdec7a46
commit
b280253e60
@@ -22,7 +22,7 @@ Paul Licameli split from TrackPanel.cpp
|
||||
#include "../../../SelectionState.h"
|
||||
#include "../../../TrackPanelMouseEvent.h"
|
||||
#include "../../../ViewInfo.h"
|
||||
#include "../../../images/Cursors.h"
|
||||
#include "../../../../images/Cursors.h"
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user