config: Update 2 files
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
#include <iostream>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#ifdef CPR_HEADERS_MISSING
|
||||
#include "cpr_stubs.hpp"
|
||||
#else
|
||||
#include <cpr/cpr.h>
|
||||
#endif
|
||||
|
||||
#include "version.hpp"
|
||||
#include "assert.hpp"
|
||||
|
Reference in New Issue
Block a user