Unverified Commit 73d2b824 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix compilation issue of library.cpp with exceptions enabled

parent 2fe4a649
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@
#include "force.h"
#include "info.h"

#if defined(LAMMPS_EXCEPTIONS)
#include "exceptions.h"
#endif

using namespace LAMMPS_NS;

// ----------------------------------------------------------------------