diff options
| -rw-r--r-- | otk/widget.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/widget.cc b/otk/widget.cc index 7c500a83..7a8a390b 100644 --- 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) |
