Skip to content

Commit ebe6dcb

Browse files
committed
Completion: add missing include for std::mismatch()
1 parent 748daca commit ebe6dcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Completion.cxx

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

44
#include "Completion.hxx"
55

6+
#include <algorithm> // for std::mismatch()
7+
68
#include <assert.h>
79

810
Completion::Result

0 commit comments

Comments
 (0)