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:
Jinguang
2022-11-19 06:35:04 +08:00
committed by GitHub
parent 07a6d6b506
commit f03841e79a

View File

@@ -1,3 +1,4 @@
#include <algorithm>
#include <iostream>
#include <unordered_map>
#include <string>