debug info
This commit is contained in:
@@ -11,8 +11,12 @@
|
||||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#if __has_include("curl/curl.h")
|
||||
#include <curl/curl.h>
|
||||
#include <curl/curl.h>
|
||||
#else
|
||||
#pragma message ("Missing curl.h even though HAS_CURL is set")
|
||||
#undef HAS_CURL
|
||||
#endif
|
||||
|
||||
namespace OpenVulkano
|
||||
|
||||
Reference in New Issue
Block a user