diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 04:11:46 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 06:45:49 +0100 | 
| commit | 93df5cc6910e59988f80dc70e9a7cf2cd7b2db89 (patch) | |
| tree | d501db0c812636cee5658cc9dda732bfc145d4a3 | |
| parent | 2ae3b8dcf70482adf352f0386e3d7e6785647567 (diff) | |
gui/main-window: fix more build errors on non-win32
Issue: #721
| -rw-r--r-- | gui/main-window.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 1a49a0b2..48212b68 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -14,6 +14,7 @@  #include "migration/migration.hpp"  #include "compat/check-visible.hpp"  #include "compat/sleep.hpp" +#include "compat/macros.hpp"  #include <QMessageBox>  #include <QDesktopServices> | 
