From c2b944f05f3cb2519d08fac5e84425efd857e339 Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Tue, 7 Sep 2021 10:26:39 +0200 Subject: [PATCH] External UI: avoid including a DGL header --- distrho/src/DistrhoUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrho/src/DistrhoUI.cpp b/distrho/src/DistrhoUI.cpp index d41dca17..9ba7d83f 100644 --- a/distrho/src/DistrhoUI.cpp +++ b/distrho/src/DistrhoUI.cpp @@ -25,10 +25,10 @@ # endif #else # include "src/TopLevelWidgetPrivateData.hpp" +# include "src/WindowPrivateData.hpp" #endif #include "DistrhoUIPrivateData.hpp" -#include "src/WindowPrivateData.hpp" START_NAMESPACE_DISTRHO