Remove libcurl header requirement
This commit is contained in:
parent
82c3a77f51
commit
c1fe6cae2b
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -27,7 +27,7 @@ extern "C" {
|
||||||
void quit();
|
void quit();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#include <curl/curl.h>
|
//#include <curl/curl.h>
|
||||||
#endif
|
#endif
|
||||||
std::vector<CatData> &get_cat_data() {
|
std::vector<CatData> &get_cat_data() {
|
||||||
static std::vector<CatData> data;
|
static std::vector<CatData> data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue