diff options
Diffstat (limited to 'quacker/brb.cpp')
-rw-r--r-- | quacker/brb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/brb.cpp b/quacker/brb.cpp index a8fbdc2..8341dd6 100644 --- a/quacker/brb.cpp +++ b/quacker/brb.cpp @@ -17,6 +17,8 @@ */ #include <QtGui> +#include <QHBoxLayout> +#include <QVBoxLayout> #include <game.h> |