Unverified Commit e3c91626 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

need to include update.h when exceptions are enabled

parent 2a74832a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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/";