mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
added missing #include <algorithm> for std::find
(ArchLinux complained). git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@566 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
844e6a6941
commit
9f64df3f20
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "util/rsdir.h"
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
std::string RsDirUtil::getTopDir(std::string dir)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue