aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2006-03-16 18:25:33 (GMT)
committermathias <mathias>2006-03-16 18:25:33 (GMT)
commit14befe1ff45dae165a51f85b8c5dadb37688378c (patch)
tree708b63ea7897f7b3d8f313fda5f33fd51690720e
parente957a0d2209c22935788683d68a9b086716374de (diff)
downloadfluxbox-14befe1ff45dae165a51f85b8c5dadb37688378c.zip
fluxbox-14befe1ff45dae165a51f85b8c5dadb37688378c.tar.bz2
forgotten #include
-rw-r--r--src/Screen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 8ed5f41..2ee7c28 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -32,6 +32,7 @@
32#include "Workspace.hh" 32#include "Workspace.hh"
33#include "Netizen.hh" 33#include "Netizen.hh"
34 34
35#include "Layer.hh"
35#include "FocusControl.hh" 36#include "FocusControl.hh"
36#include "ScreenPlacement.hh" 37#include "ScreenPlacement.hh"
37 38