Skip to content

Commit

Permalink
Fix compilation of OMEdit (OpenModelica#12536)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotheruserofgithub committed Jun 9, 2024
1 parent d21af17 commit 24509be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@

#if (QT_VERSION >= QT_VERSION_CHECK(5, 11, 0))
#include <QScreen>
#else // QT_VERSION_CHECK
#include <QDesktopWidget>
#endif // QT_VERSION_CHECK

/*!
Expand Down

0 comments on commit 24509be

Please sign in to comment.