ElucidataInc / ElMaven

LC-MS data processing tool for large-scale metabolomics experiments.
https://resources.elucidata.io/elmaven/
GNU General Public License v2.0
85 stars 52 forks source link

Fix: misplaced string header causes failure during compilation issue #1415 #1416

Closed MetabolomicsAustralia-Bioinformatics closed 2 years ago

MetabolomicsAustralia-Bioinformatics commented 2 years ago

This commit is a simple fix on issue #1415

As mentioned in issue #1415, the misplaced string header causes a fatal error during compilation.

To Fix this error, the string header needs to be included in the errorcodes.h instead of errorcodes.cpp

Issue #1415