diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-04 16:12:28 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-04 16:12:28 +0200 |
commit | d703377a0aab6030065ade7707129857a9a0f0ca (patch) | |
tree | a8ef3562cb51e04e9ea11c3e76f35d5c048eeb08 | |
parent | Update screenhost on appdata.xml (diff) | |
download | nheko-d703377a0aab6030065ade7707129857a9a0f0ca.tar.xz |
Add missing header
-rw-r--r-- | include/MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h index 0c2587e1..e3a5e19d 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -17,6 +17,8 @@ #pragma once +#include <functional> + #include <QMainWindow> #include <QSharedPointer> #include <QStackedWidget> |