Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression introduced by name demangling (fixes #3).
Commit 7d3db69 (Use type name demangling with GCC and Clang) added a dependency on std::string in typeid.hpp but did not include the corresponding <string> header. Fixed. Thanks to alex85k for reporting this.
- Loading branch information