summaryrefslogtreecommitdiff
path: root/src/gui/base/widgets/label.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/base/widgets/label.hpp')
-rw-r--r--src/gui/base/widgets/label.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/base/widgets/label.hpp b/src/gui/base/widgets/label.hpp
index f1ef30b89..90a395f7b 100644
--- a/src/gui/base/widgets/label.hpp
+++ b/src/gui/base/widgets/label.hpp
@@ -66,9 +66,10 @@
#include <string>
-#include "gui/base/graphics.hpp"
#include "gui/base/widget.hpp"
+#include "render/graphics.h"
+
namespace gcn
{
/**