util/AllocatedString, ...: add missing include for std::exchange()
Fixes building with GCC 12.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
struct Tag;
|
||||
class InputStreamHandler;
|
||||
|
Reference in New Issue
Block a user