mirror of https://gitee.com/openkylin/doxygen.git
gcc12.diff
Description: Temporary patch to fix compilation with gcc-12
Forwarded: 5198966c8d
Author: Paolo Greppi <paolo.greppi@libpf.com>
This commit is contained in:
parent
9cd5802845
commit
9ac10d1908
|
@ -19,6 +19,7 @@
|
|||
#include <list>
|
||||
#include <unordered_map>
|
||||
#include <mutex>
|
||||
#include <utility>
|
||||
#include <ctype.h>
|
||||
|
||||
/*! Fixed size cache for value type V using keys of type K.
|
||||
|
|
Loading…
Reference in New Issue