JoeyDelp / JoSIM

Superconductor Circuit Simulator
MIT License
73 stars 33 forks source link

missing headers for linux build #83

Closed rikushoney closed 1 year ago

rikushoney commented 1 year ago

there appears to be missing headers for compiling with gcc or clang msvc seems to implicitly include some C functions into the global namespace, while the others require <cstring> to be included explicitly