Skip to content

Commit

Permalink
Include algorithm header for std::find_if
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Aug 15, 2024
1 parent ab86a18 commit 5f91500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nmodl/solve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "parse1.hpp"
#include "symbol.h"

#include <algorithm>
#include <cstdlib>
#include <string>
#include <vector>
Expand Down

0 comments on commit 5f91500

Please sign in to comment.