fixed include

This commit is contained in:
fluxgen 2003-04-25 11:15:01 +00:00
parent 538f6406a2
commit 8bbc39b8d0
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@
// 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 "Window.hh"
#include "fluxbox.hh"
#include "WinClient.hh"
#include "Workspace.hh"
#include <iostream>
#include <algorithm>

View file

@ -19,7 +19,7 @@
// 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 "Window.hh"
#include "Screen.hh"
#include "WinClient.hh"
#include "Workspace.hh"
#include <iostream>
#include <new>