Commit b8c4e09b authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Put #ifdef around #include "curl/curl.h" in kim_query.cpp

parent cb92bccd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,8 +64,10 @@
#include "input.h"
#include "variable.h"

#if defined(LMP_KIM_CURL)
#include <sys/types.h>
#include <curl/curl.h>
#endif

using namespace LAMMPS_NS;