Skip to content

Commit

Permalink
LV2Effect: Add missing wx/windowptr.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Avery King <[email protected]>
  • Loading branch information
generic-pers0n committed Sep 19, 2024
1 parent fd56546 commit 7f2a354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/effects/lv2/LV2Effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#include <wx/tokenzr.h>
#include <wx/intl.h>
#include <wx/scrolwin.h>
#include <wx/windowptr.h>

#include "../../shuttle/ShuttleGui.h"
#include "../../EffectHostInterface.h"
Expand Down

0 comments on commit 7f2a354

Please sign in to comment.