Skip to content

Commit f03841e

Browse files
Description:[fix] fixed the C++ compile error for std::find (egonSchiele#241)
Bug: NA Test: 1. add "#include <algorithm>" on fisrt line of the file 2. It could be normally compiler, or it will report compile error
1 parent 07a6d6b commit f03841e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

07_dijkstras_algorithm/c++11/01_dijkstras_algorithm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <algorithm>
12
#include <iostream>
23
#include <unordered_map>
34
#include <string>

0 commit comments

Comments
 (0)