From: Mikko Rasa Date: Wed, 25 Jun 2008 09:20:39 +0000 (+0000) Subject: Add a missing #include X-Git-Tag: 0.9~6 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=commitdiff_plain;h=3fb1cc7fe7ffa3948af1a81d1cac91d1313b2452 Add a missing #include --- diff --git a/source/panel.cpp b/source/panel.cpp index a4b2769..ac277a9 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -5,6 +5,7 @@ Copyright © 2007 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#include #include #include "button.h" #include "dropdown.h"