projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c7aabd
)
added missing header
author
Marius Nita
<marius@cs.pdx.edu>
Mon, 11 Nov 2002 07:29:12 +0000
(07:29 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Mon, 11 Nov 2002 07:29:12 +0000
(07:29 +0000)
otk/widget.cc
patch
|
blob
|
history
diff --git
a/otk/widget.cc
b/otk/widget.cc
index 7c500a8336ab14e99bc060468b5f72b8908e4579..7a8a390b828a7bf174a63d2ccaa94b1b8362dede 100644
(file)
--- a/
otk/widget.cc
+++ b/
otk/widget.cc
@@
-3,6
+3,8
@@
#include "assassin.hh"
#include "screeninfo.hh"
+#include <algorithm>
+
namespace otk {
OtkWidget::OtkWidget(OtkWidget *parent, Direction direction)