]> Dogcows Code - chaz/openbox/commitdiff
include algorthm forstd::find
authorDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 02:33:42 +0000 (02:33 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 02:33:42 +0000 (02:33 +0000)
src/bindings.cc

index 054bec25e864cb24d47e012ecd8212443c2607a5..2ce8c8e4304a4e01fa5b56d9a028997cbca56b53 100644 (file)
@@ -19,6 +19,8 @@ extern "C" {
 #define _(str) gettext(str)
 }
 
+#include <algorithm>
+
 namespace ob {
 
 static bool buttonvalue(const std::string &button, unsigned int *val)
This page took 0.02668 seconds and 4 git commands to generate.