File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2121- Deprecated ` FixPx ` in favor of ` pretty::Px ` which has consistent naming with the API
2222 and the Python and Rust client libraries
2323
24+ ### Bug fixes
25+ - Ensure ` CPPHTTPLIB_OPENSSL_SUPPORT ` is defined at all locations where ` cpp-httplib `
26+ is included
27+
2428## 0.37.1 - 2025-06-03
2529
2630### Bug fixes
Original file line number Diff line number Diff line change 11#pragma once
22
3+ #ifndef CPPHTTPLIB_OPENSSL_SUPPORT
4+ #define CPPHTTPLIB_OPENSSL_SUPPORT
5+ #endif
36#include < httplib.h> // Error
47#include < nlohmann/json.hpp> // json, parse_error
58
Original file line number Diff line number Diff line change 11#include " databento/historical.hpp"
22
3+ #ifndef CPPHTTPLIB_OPENSSL_SUPPORT
4+ #define CPPHTTPLIB_OPENSSL_SUPPORT
5+ #endif
36#include < httplib.h>
47#include < nlohmann/json.hpp>
58
You can’t perform that action at this time.
0 commit comments