all repos — openbox @ 22c770d90f8e6dae0bb49ee375ff8234d3831705

openbox fork - make it a bit more like ryudo

include algoritm
Dana Jansens danakj@orodu.net
commit

22c770d90f8e6dae0bb49ee375ff8234d3831705

parent

c9f36d34a414123cec8ebc35c87b8b9d5673b155

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M otk/property.ccotk/property.cc

@@ -4,12 +4,14 @@ #ifdef HAVE_CONFIG_H

# 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 {