Description:[fix] fixed the C++ compile error for std::find (#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
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user