From 3fb1cc7fe7ffa3948af1a81d1cac91d1313b2452 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 25 Jun 2008 09:20:39 +0000 Subject: [PATCH] Add a missing #include --- source/panel.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.0