forked from lijiext/lammps
need to include update.h when exceptions are enabled
This commit is contained in:
parent
2a74832a1e
commit
e3c91626c8
|
@ -19,6 +19,10 @@
|
|||
#include "output.h"
|
||||
#include "input.h"
|
||||
|
||||
#if defined(LAMMPS_EXCEPTIONS)
|
||||
#include "update.h"
|
||||
#endif
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
// helper function to truncate a string to a segment starting with "src/";
|
||||
|
|
Loading…
Reference in New Issue