debug info

This commit is contained in:
Georg Hagen
2024-10-13 15:17:19 +02:00
parent f135dcd7b4
commit 1ce712a877
2 changed files with 7 additions and 2 deletions

View File

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