mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add missing includes to fix gcc-13 compile error
This commit is contained in:
parent
250598a905
commit
fadeb6b103
2 changed files with 5 additions and 2 deletions
|
|
@ -19,6 +19,9 @@
|
|||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
#ifdef ARENA_DEBUG
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue