Fix building on Fedora & GCC 15.1
This commit is contained in:
@ -42,6 +42,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <compare>
|
||||
#include <algorithm>
|
||||
|
||||
/*
|
||||
* Debugging macros
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include "../lout/debug.hh"
|
||||
#include "../lout/msg.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace dw {
|
||||
namespace core {
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "uicmd.hh"
|
||||
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
/*
|
||||
* Local Data
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <array>
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
|
||||
#include "dw/core.hh"
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
struct HstsData_t {
|
||||
std::string host;
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
|
||||
/*
|
||||
* Local data types
|
||||
|
Reference in New Issue
Block a user