git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10165 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-06-28 19:30:58 +00:00
parent f1fec72c71
commit bfbe995a9c
36 changed files with 1499 additions and 12 deletions

View File

@ -7,9 +7,9 @@
#include <stdexcept>
#include <string>
# ifndef _WIN32
#if !defined(_WIN32) || defined(__MINGW32__)
# include <typeinfo>
# endif
#endif
/// this specifies whether to put file/line info in error messages