diff options
Diffstat (limited to 'quacker/dashboard.cpp')
-rw-r--r-- | quacker/dashboard.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quacker/dashboard.cpp b/quacker/dashboard.cpp index a28121e..e1f45af 100644 --- a/quacker/dashboard.cpp +++ b/quacker/dashboard.cpp @@ -17,6 +17,9 @@ */ #include <QtGui> +#include <QVBoxLayout> +#include <QHBoxLayout> +#include <QLabel> #include <game.h> #include <quackleio/util.h> |