summaryrefslogtreecommitdiffabout
path: root/lib/fields.cc
Side-by-side diff
Diffstat (limited to 'lib/fields.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/fields.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fields.cc b/lib/fields.cc
index d494098..91fbc41 100644
--- a/lib/fields.cc
+++ b/lib/fields.cc
@@ -1,8 +1,10 @@
#include <opkele/types.h>
#include <opkele/exception.h>
#include <opkele/util.h>
+#include <algorithm>
namespace opkele {
+ using std::for_each;
using std::unary_function;
struct __om_copier : public unary_function<const string&,void> {