MatMechLab / AsFem

Advanced Simulation kit based on Finite Element Method (AsFem)
https://matmechlab.github.io/AsFem
GNU General Public License v3.0
180 stars 53 forks source link

devel branch compile error:include/Utils/StringUtils.h #73

Closed bbsy789 closed 2 years ago

bbsy789 commented 2 years ago

This error's reason is not include . Then I add: #include <vector> The compile is OK!