need to include update.h when exceptions are enabled

This commit is contained in:
Axel Kohlmeyer 2019-08-01 07:07:21 -04:00
parent 2a74832a1e
commit e3c91626c8
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 4 additions and 0 deletions

View File

@ -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/";