Fixing Python module builds

This commit is contained in:
Matthias Koefferlein 2025-10-19 18:49:08 +02:00
parent 780615ea9d
commit 48f6610457
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@
#include "dbEdgeProcessor.h"
#include "dbPolygonTools.h"
#include "layTipDialog.h"
#if defined(HAVE_QT)
# include "layTipDialog.h"
#endif
#include "layEditorOptionsPages.h"
namespace edt