aboutsummaryrefslogtreecommitdiffhomepage
path: root/kill.cpp
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-03-04 16:57:41 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-03-04 16:57:41 +0530
commita7ec93b287bc208a10c6526e430874380b197519 (patch)
treee508691cf2e42cdd9f69fc9f85e391026a716791 /kill.cpp
parent2c5001a5b3833d40375503eabacfbeb4ad636c8d (diff)
Fixed compilation on Linux.
Diffstat (limited to 'kill.cpp')
-rw-r--r--kill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kill.cpp b/kill.cpp
index 1269aa2f..35730bf8 100644
--- a/kill.cpp
+++ b/kill.cpp
@@ -17,7 +17,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
-
+#include <algorithm>
#include "fallback.h"
#include "util.h"