fixed include
fluxgen fluxgen
2 files changed,
4 insertions(+),
2 deletions(-)
M
src/Ewmh.cc
→
src/Ewmh.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.cc,v 1.17 2003/04/15 12:22:06 fluxgen Exp $ +// $Id: Ewmh.cc,v 1.18 2003/04/25 11:14:11 fluxgen Exp $ #include "Ewmh.hh"@@ -27,6 +27,7 @@ #include "Screen.hh"
#include "Window.hh" #include "fluxbox.hh" #include "WinClient.hh" +#include "Workspace.hh" #include <iostream> #include <algorithm>
M
src/Gnome.cc
→
src/Gnome.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Gnome.cc,v 1.17 2003/04/15 12:22:52 fluxgen Exp $ +// $Id: Gnome.cc,v 1.18 2003/04/25 11:15:01 fluxgen Exp $ #include "Gnome.hh"@@ -27,6 +27,7 @@ #include "fluxbox.hh"
#include "Window.hh" #include "Screen.hh" #include "WinClient.hh" +#include "Workspace.hh" #include <iostream> #include <new>