diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 06:12:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 06:12:25 +0000 |
| commit | 22c770d90f8e6dae0bb49ee375ff8234d3831705 (patch) | |
| tree | 3eaf895ce3260c19096939c2f055a2ca744ca887 | |
| parent | c9f36d34a414123cec8ebc35c87b8b9d5673b155 (diff) | |
include algoritm
| -rw-r--r-- | otk/property.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/otk/property.cc b/otk/property.cc index 5425f8df..3ce90225 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -4,12 +4,14 @@ # include "../config.h" #endif // HAVE_CONFIG_H +#include "property.hh" +#include "display.hh" + extern "C" { #include <assert.h> } -#include "property.hh" -#include "display.hh" +#include <algorithm> namespace otk { |
