Create additional subdirectory for libcurl headers so that curl headers can be included the conventional way
This commit is contained in:
parent
c7387d83c9
commit
edd5165f1b
11 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include <random>
|
#include <random>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
#include "common/eventlog.h"
|
#include "common/eventlog.h"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <curl.h>
|
#include <curl/curl.h>
|
||||||
#include <fmt/core.h>
|
#include <fmt/core.h>
|
||||||
#include <fmt/chrono.h>
|
#include <fmt/chrono.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue