From 09f83e1f409853a6c6e4300287c4e50bad5b9d0b Mon Sep 17 00:00:00 2001 From: Pedro Giffuni Date: Thu, 26 Mar 2015 22:16:10 +0000 Subject: Small fix for BSD. Part of Code Review: https://reviews.freebsd.org/D2055 Author: Don Lewis (truckman at FreeBSD) (cherry picked from commit ecebe457c968bfd30a99a435210b0bdbb117faef) --- shell/source/unix/sysshell/recently_used_file_handler.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 84f2eb7c28d0..0ae84e9e4f3f 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -37,6 +37,7 @@ #include #include #include +#include namespace /* private */ { typedef std::vector string_container_t; -- cgit