kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
223 stars 37 forks source link

Compile error on Antergos #49

Closed NeoVsk closed 7 years ago

NeoVsk commented 7 years ago

After cloning the repo, I ran into the problem while compiling. My compiler was telling me that std::function in core/Functional.hh was not declared. I was able to solve it by adding "#include # into the aforementioned file. Could you please fix this in repo? Thanks!