aboutsummaryrefslogtreecommitdiff
path: root/src/IconBar.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-25 21:05:01 (GMT)
committerfluxgen <fluxgen>2002-10-25 21:05:01 (GMT)
commita0abbf60563de1a0f5bf34138219f26c04e44ce7 (patch)
tree1f460cc54c785f61102fcf502bbf07a6b91ab180 /src/IconBar.cc
parent06d3ea58c080a05db73e4b1285b7ee8c1243ea43 (diff)
downloadfluxbox-a0abbf60563de1a0f5bf34138219f26c04e44ce7.zip
fluxbox-a0abbf60563de1a0f5bf34138219f26c04e44ce7.tar.bz2
include fix
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r--src/IconBar.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index 3d2919d..ed091a6 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.cc
@@ -19,11 +19,12 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: IconBar.cc,v 1.16 2002/10/15 17:10:48 fluxgen Exp $ 22// $Id: IconBar.cc,v 1.17 2002/10/25 20:59:56 fluxgen Exp $
23 23
24#include "IconBar.hh" 24#include "IconBar.hh"
25#include "i18n.hh" 25#include "i18n.hh"
26#include "Screen.hh" 26#include "Screen.hh"
27#include "fluxbox.hh"
27 28
28#include <algorithm> 29#include <algorithm>
29 30