Skip to content

Commit

Permalink
Only include QX11Info on X11.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Feb 5, 2018
1 parent 321be12 commit e32d4f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/studio/plugins/ThymioVPL/Block.cpp
Expand Up @@ -31,7 +31,9 @@
#include <QSlider>
#include <QDragEnterEvent>
#include <QDropEvent>
#ifdef Q_WS_X11
#include <QX11Info>
#endif // Q_WS_X11
#include <QDebug>
#include <cassert>
#include <cmath>
Expand Down

0 comments on commit e32d4f2

Please sign in to comment.