From 9b258d4c82f30d98ed1e243c16d4c906ebb162df Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 25 Apr 2025 15:51:39 -0400 Subject: [PATCH] try another variant --- src/Makefile.package.empty | 2 +- src/json.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.package.empty b/src/Makefile.package.empty index 6048b88029..b5693af293 100644 --- a/src/Makefile.package.empty +++ b/src/Makefile.package.empty @@ -7,6 +7,6 @@ PKG_LIB = PKG_CPP_DEPENDS = PKG_LINK_DEPENDS = -PKG_SYSINC = -I../../third_party +PKG_SYSINC = -I../../third_party -I../third_party PKG_SYSLIB = PKG_SYSPATH = diff --git a/src/json.h b/src/json.h index 4a48aa9c5c..2f364b445e 100644 --- a/src/json.h +++ b/src/json.h @@ -17,7 +17,7 @@ // wrapper around including the JSON parsing and writing class // Do NOT include in any header file -#include +#include "nlohmann/json.hpp" namespace LAMMPS_NS { using json = ::nlohmann_lmp::json;