diff --git a/src/edt/edt/edtShapeService.cc b/src/edt/edt/edtShapeService.cc index da8b7590c..5131fb8f2 100644 --- a/src/edt/edt/edtShapeService.cc +++ b/src/edt/edt/edtShapeService.cc @@ -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