From b8c4e09b2755bd95624f7171f6317646403ef040 Mon Sep 17 00:00:00 2001 From: "Ryan S. Elliott" Date: Mon, 25 Mar 2019 19:14:08 -0500 Subject: [PATCH] Put #ifdef around #include "curl/curl.h" in kim_query.cpp --- src/KIM/kim_query.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/KIM/kim_query.cpp b/src/KIM/kim_query.cpp index 2e1f752dc1..7480703ce8 100644 --- a/src/KIM/kim_query.cpp +++ b/src/KIM/kim_query.cpp @@ -64,8 +64,10 @@ #include "input.h" #include "variable.h" +#if defined(LMP_KIM_CURL) #include #include +#endif using namespace LAMMPS_NS;