Skip to content

Commit

Permalink
fix vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiyuetribe committed Dec 31, 2024
1 parent 77f54cb commit c1cf4e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/layer/topk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
// specific language governing permissions and limitations under the License.

#include "topk.h"
// #include <functional>
#if !NCNN_SIMPLESTL
#include <functional>
#endif

namespace ncnn {

Expand Down

0 comments on commit c1cf4e9

Please sign in to comment.