summaryrefslogtreecommitdiff
path: root/src/gui/widgets/table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/table.cpp')
-rw-r--r--src/gui/widgets/table.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/table.cpp b/src/gui/widgets/table.cpp
index ab8b3a339..d5325679f 100644
--- a/src/gui/widgets/table.cpp
+++ b/src/gui/widgets/table.cpp
@@ -34,6 +34,8 @@
#include <guichan/graphics.hpp>
#include <guichan/key.hpp>
+#include "debug.h"
+
float GuiTable::mAlpha = 1.0;
class GuiTableActionListener : public gcn::ActionListener