util/AllocatedString, ...: add missing include for std::exchange()
Fixes building with GCC 12.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
|
||||
/**
|
||||
* OO wrapper for "struct curl_slist *".
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
#include <yajl/yajl_parse.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
namespace Yajl {
|
||||
|
||||
|
Reference in New Issue
Block a user