]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: add missing header for std::find
authorNoah Watkins <noahwatkins@gmail.com>
Mon, 4 Nov 2013 21:12:41 +0000 (13:12 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Tue, 5 Nov 2013 21:26:27 +0000 (13:26 -0800)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/mon/MonMap.cc

index 7012e0545cf078438ad8ab253fb9f98fa05d14cf..cf481234befbcde8c7bc791a2f6998eeb6e56e17 100644 (file)
@@ -1,6 +1,7 @@
 
 #include "MonMap.h"
 
+#include <algorithm>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>