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

View File

@ -19,6 +19,10 @@
#include "output.h" #include "output.h"
#include "input.h" #include "input.h"
#if defined(LAMMPS_EXCEPTIONS)
#include "update.h"
#endif
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
// helper function to truncate a string to a segment starting with "src/"; // helper function to truncate a string to a segment starting with "src/";