fix compilation issue of library.cpp with exceptions enabled

This commit is contained in:
Axel Kohlmeyer
2019-08-01 13:31:13 -04:00
parent 2fe4a6490c
commit 73d2b824bd

View File

@ -38,6 +38,10 @@
#include "force.h"
#include "info.h"
#if defined(LAMMPS_EXCEPTIONS)
#include "exceptions.h"
#endif
using namespace LAMMPS_NS;
// ----------------------------------------------------------------------