Hi Ricardo,
there are two errors in the dev build:
- in StreamCraft_lib.hpp, a #include is missing. This is required for std::find in line 34.
- in StreamCraft_mzxml.hpp, having STREAMCRAFT_HEADER_ONLY be defined causes multiple include errors for reasons i do not understand.
After adding the include and commenting out the definition, i was able to compile this version.
Greetings,
Daniel
Hi Ricardo,
there are two errors in the dev build:
After adding the include and commenting out the definition, i was able to compile this version.
Greetings,
Daniel