From 741c68bb8701c440d9de974456c4a356de4ea6e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 02:33:42 +0000 Subject: [PATCH] include algorthm forstd::find --- src/bindings.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings.cc b/src/bindings.cc index 054bec25..2ce8c8e4 100644 --- a/src/bindings.cc +++ b/src/bindings.cc @@ -19,6 +19,8 @@ extern "C" { #define _(str) gettext(str) } +#include + namespace ob { static bool buttonvalue(const std::string &button, unsigned int *val) -- 2.39.2