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

This commit is contained in:
Ryan S. Elliott 2019-03-25 19:14:08 -05:00
parent cb92bccdff
commit b8c4e09b27
1 changed files with 2 additions and 0 deletions

View File

@ -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;