Skip to content

Commit 22f7264

Browse files
nicojasonmolenda
authored andcommitted
[lldb] try to fix build on linux after fc6b725
Tries to fix: ../../lldb/source/Breakpoint/WatchpointResource.cpp:59:12: error: no member named 'find' in namespace 'std'; did you mean 'fill'? std::find(m_constituents.begin(), m_constituents.end(), wp_sp); ~~~~~^~~~ fill (cherry picked from commit a6c62bf)
1 parent 162e4b8 commit 22f7264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/source/Breakpoint/WatchpointResource.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#include "lldb/Breakpoint/WatchpointResource.h"
1212

13+
#include <algorithm>
14+
1315
using namespace lldb;
1416
using namespace lldb_private;
1517

0 commit comments

Comments
 (0)