Put #ifdef around #include "curl/curl.h" in kim_query.cpp
This commit is contained in:
@ -64,8 +64,10 @@
|
|||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "variable.h"
|
#include "variable.h"
|
||||||
|
|
||||||
|
#if defined(LMP_KIM_CURL)
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user