]> Dogcows Code - chaz/openbox/commitdiff
include algoritm
authorDana Jansens <danakj@orodu.net>
Wed, 6 Nov 2002 06:12:25 +0000 (06:12 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 6 Nov 2002 06:12:25 +0000 (06:12 +0000)
otk/property.cc

index 5425f8df81e3e604056c310ed45be4b64d6d9d73..3ce902251e460b809aa52cf16e8f00856d3b518c 100644 (file)
@@ -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 {
 
This page took 0.02266 seconds and 4 git commands to generate.