diff options
Diffstat (limited to 'src/guichan/widgets/tabbedarea.cpp')
-rw-r--r-- | src/guichan/widgets/tabbedarea.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/widgets/tabbedarea.cpp b/src/guichan/widgets/tabbedarea.cpp index 26a45c1f0..b22d615e9 100644 --- a/src/guichan/widgets/tabbedarea.cpp +++ b/src/guichan/widgets/tabbedarea.cpp @@ -57,6 +57,8 @@ #include <algorithm> +#include "debug.h" + namespace gcn { TabbedArea::TabbedArea() : |