coord: add missing required headers
This commit is contained in:
parent
0bf6e79932
commit
123ce6fcb4
@ -22,6 +22,11 @@
|
||||
|
||||
#include "../platform.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
namespace util {
|
||||
namespace detail {
|
||||
// Disable GCC warnings about validity of anonyous structures in
|
||||
|
Loading…
Reference in New Issue
Block a user